InterviewSolution
Saved Bookmarks
| 1. |
Which definition best describes an object?(a) Instance of a class(b) Instance of itself(c) Child of a class(d) Overview of a classThis question was posed to me in an online quiz.Asked question is from Objects topic in portion OOPs Concept & Features of Object Oriented Programming |
|
Answer» The correct answer is (a) Instance of a class |
|