Home » C++ Programming » Classes & Objects » Question
  1. Which constructor will initialize the base class data member?
    1. class
    2. derived class
    3. base class
    4. All of above
    5. None of these
Correct Option: C

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



Your comments will be displayed only after manual approval.