Google News
logo
CPP - Quiz(MCQ)
Among the following, which shows the Multiple inheritances?
A)
X,Y->Z
B)
X->Y->Z
C)
X->Y;X->Z
D)
None of the above

Correct Answer :   X,Y->Z


Explanation : In multiple inheritances, a single class can inherit properties form more than one base class.

Advertisement