OOP Programming (VB) - 08H Methods (Functions & Sub Procedures)

Опубликовано: 30 Май 2026
на канале: Stephen Hustedde
64
2

Object-Oriented Programming (VB) - 08H Methods (Functions & Sub Procedures)
Methods are named blocks of code that perform some task and help modularize our code. There are many benefits to this modular approach, including team collaboration, easier testing and debugging, and increased code reusability. Visual Basic has two types of method structures: Sub Procedures that perform a task (aka void functions in other languages), and Functions that return a value of a specified data type to the calling statement.
Instructor: Stephen Hustedde (You can enroll in this course as CIS150AB at South Mountain Community College in Phoenix, AZ)