InterviewSolution
Saved Bookmarks
| 1. |
Which object can be used to contain other objects?(a) First class object(b) Derived class object(c) Container object(d) Enclosure objectI had been asked this question during an online exam.My enquiry is from Object Use topic in portion Object of Object Oriented Programming |
|
Answer» CORRECT answer is (c) Container OBJECT Easy explanation - A container object can be used to CONTAIN other OBJECTS. Container object is an ADT. Its object are collection of other objects. Some specific RULES apply to these types of objects. |
|