Q. Which inheritance type is used in the class given below?
class A : public X, public Y
{}
class A : public X, public Y
{}
β
Correct Answer: (C)
Multiple inheritance
You must be Logged in to update hint/solution