Description of Object-Oriented Programming for VBScripters :
Object-Oriented Programming for VBScripters is an article in which the author tells you about object oriented programming cocept. The author explains you about various access specifiers such as private, public and protected, inheritance, constructors and operator overloading. The constructor is invoked automatically whenever you create an object for a class. Inheritance is the process of creating hierarchy of classes.