InterviewSolution
Saved Bookmarks
| 1. |
Differentiate Between A Class And An Object. |
|
Answer» A Class is only the definition or prototype of REAL life object. Whereas an object is an INSTANCE or living REPRESENTATION of real life object. Every object belongs to a class and every class contains one or more RELATED OBJECTS. A Class is only the definition or prototype of real life object. Whereas an object is an instance or living representation of real life object. Every object belongs to a class and every class contains one or more related objects. |
|