Define class in visual programing??
Answers
Answered by
1
a class describes the contents of the objects that belong to it: it describes an aggregate of data fields (called instance variables), and defines the operations (called methods).
object: an object is an element (or instance) of a class; objects have the behaviors of their class.
Answered by
0
Each object in Visual Basic is defined by a class. A class describes the variables, properties, procedures, and events of an object. Objects are instances of classes; you can create as many objects you need once you have defined a class.
Similar questions