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

Discussion :: C++ - MCQs

  1. Which constructor will initialize the base class data member?
  2. A.
    derived class
    B.
    base class
    C.
    class
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Because it is having the proper data set to initialize, Otherwise it will throw a error.


Be The First To Comment