In this discussion, we will talk about object oriented programming in vb.net. In the Object Oriented terminology, we will talk about abstraction and encapsulation in the context of Visual Basic. The concepts may be useful to many coders, but I have presented the content with beginners in mind. We start with creating a class in Visual Studio and then write some code while discussing various concepts like classes and objects, access types (public, private and friend), properties (and paramterized properties), methods, events, instantiation, enumerations and so on.
Continue reading Introduction to Object Oriented Programming in VB Net


Comments