InterviewSolution
Saved Bookmarks
| 1. |
What is an Class? |
|
Answer» It is a PROTOTYPE or user-defined BLUEPRINT that is used to create objects or data types. A CLASS represents PROPERTIES or methods that are common to objects of ONE type. All class objects possess the class properties. |
|