1. What is a Class * Class describes a set of objects that have identical characteristics (data elements) and behaviors (functionality). * A class is a definition or prototype whereas an object is an instance or living representation of the prototype. * A class specifies the properties (data) and methods (actions) that objects can work with. It is a template or prototype for each of many objects made to the class design.
Subscribe to:
Post Comments (Atom)
1 Comment:
class is like a template
Post a Comment