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

Discussion :: C++ - MCQs

  1. Where is the derived class is derived from?
  2. A.
    derived
    B.
    base
    C.
    both a & b
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Because derived inherits functions and variables from base.


Be The First To Comment