InterviewSolution
Saved Bookmarks
| 1. |
How the relationship is made in Association?(a) Through the objects of classes(b) Through constructor(c) Through destructor(d) Through class NamesThis question was addressed to me during an interview.My query is from Class Relationships topic in portion Class Hierarchies, Library & Containers of C++ |
|
Answer» The correct CHOICE is (a) Through the objects of classes |
|