Home » C++ Programming » Classes & Objects » Question
  1. How many ways of reusing are there in the class hierarchy?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: C

Class hierarchies promote reuse in two ways. They are code sharing and interface sharing.



Your comments will be displayed only after manual approval.