InterviewSolution
Saved Bookmarks
| 1. |
Why do we need relationships between classes?(a) To use the functionality of one class into other(b) To enhance the communication between classes(c) To increase code re-usability(d) All of the mentioned |
|
Answer» The correct option is (d) All of the mentioned The explanation: Relationships are needed to increase the use of features of one class into the other classes i.e. increasing the re-usability of codes and increasing communication between classes. |
|