Class
Classes are data types based on which objects are
created. Objects with similar properties and methods are grouped together to
form a Class. Thus a Class represents a set of individual objects.
Characteristics of an object are represented in a class as Properties. The
actions that can be performed by objects become functions of the class and is
referred to as Methods.
No comments:
Post a Comment