Network, Computer and Programming Resources
Visual basic - Class
The formal definition or template used to create an object. The class acts as the template from which an instance of an object is created at runtime. The class defines the properties of the object and the methods used to control the object's behavior.