Suppose we have defined derived class copy constructor but have-04006
Suppose we have defined derived class copy constructor but have not defined base class copy constructor then compiler will __________.
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Final Term - Quiz No.3.
Suppose we have defined derived class copy constructor but have not defined base class copy constructor then compiler will __________.
Use base class default constructor
Generate base class copy constructor itself
Use base class assignment operator
None of the given