InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between An Object And A Class? |
|
Answer» Classes and objects are SEPARATE but related concepts. Every object BELONGS to a class and every class contains one or more related objects.
Classes and objects are separate but related concepts. Every object belongs to a class and every class contains one or more related objects. |
|