Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. How many ways of reusing are there in class hierarchy?
  2. A.
    1
    B.
    2
    C.
    3
    D.
    4

    View Answer

    Workspace

    Answer : Option B

    Explanation :

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


Be The First To Comment