Which type of inheritance is being represented by the following-04020
Which type of inheritance is being represented by the following statement,<br> class X : public A, public B { __________ };
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.4.
Which type of inheritance is being represented by the following statement,
class X : public A, public B { __________ };
class X : public A, public B { __________ };
Single inheritance
Multiple inheritance
Double inheritance
None of the given options