1 | The tool provided for Visual Basic provides ability to create and manipulate one's classes of objects and encapsulating data and processes within an object. Class modules also allow the ability to abstract complex processes. |
2 | By using object-oriented techniques, one can create classes, their objects, properties, define methods and hence make development simple. |
3 | Class modules have 2 events -- Initialize (creation of a class) and Terminate (destruction of the class). Class hierarchies can be built depending on relationships. |