In case of multiple inheritance a derived class inherits-04094
In case of multiple inheritance a derived class inherits __________.
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Mid Term - Quiz No.1.
In case of multiple inheritance a derived class inherits __________.
Only the public member functions of its base classes
Only the public data members of its base classes
Both public data members and member functions of all its base classes
Data members and member functions of any two base classes