InterviewSolution
Saved Bookmarks
| 1. |
Difference Between A Class And An Object ? |
|
Answer» A class is a definition or prototype WHEREAS an object is an INSTANCE or LIVING representation of the prototype. A class is a definition or prototype whereas an object is an instance or living representation of the prototype. |
|