InterviewSolution
Saved Bookmarks
| 1. |
Which of the following relationships is uni-directional?(a) Aggregation(b) Association(c) Composition(d) Both Aggregation and CompositionI got this question in an internship interview.My question comes from Class Relationships topic in chapter Class Hierarchies, Library & Containers of C++ |
|
Answer» Correct answer is (d) Both AGGREGATION and COMPOSITION |
|