InterviewSolution
Saved Bookmarks
| 1. |
How many ways of reusing are there in the class hierarchy?(a) 1(b) 2(c) 3(d) 4 |
|
Answer» The correct choice is (b) 2 Easiest explanation - Class hierarchies promote reuse in two ways. They are code sharing and interface sharing. |
|