InterviewSolution
Saved Bookmarks
| 1. |
What is an object?(a) An object is an instance of a class(b) An object includes encapsulation of data(c) An object is not an instance of a class(d) All of the mentionedThis question was posed to me during an interview for a job.I'm obligated to ask this question of Unified Modelling Language in section Design and Implementation of Software Engineering |
|
Answer» The CORRECT option is (a) An OBJECT is an INSTANCE of a CLASS |
|