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

Discussion :: C++ - MCQs

  1. Which value is placed in the base class?
  2. A.
    derived values
    B.
    default type values
    C.
    both a & b
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    We can place the default type values in a base class and overriding some of them through derivation.


Be The First To Comment