This walkthrough demonstrates how to define classes, which you can then use to create objects. It also shows you how to add properties and methods to the new class ...
Declares the name of a class and introduces the definition of the variables, properties, events, and procedures that the class comprises. A `Class` statement defines ...