Oops in VB
Oops in VB
net
Visual Basic is object-Based, which means it is
a Object-Oriented Programming Language.
Objects
Classes
Data Abstraction
Encapsulation
Polymorphism
Inheritance
Objects
Object is the basic unit of object-oriented
programming.
Objects are identified by its unique name.
An object represents a particular instance of a
class.
An Object is a collection of data members