Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Cpp Programming 83 – Which inheritance type is used in the class given below? class A : public X, public Y {}

Question: Which inheritance type is used in the class given below? class A : public X, public Y {}
[A]. Multilevel inheritance
[B]. Multiple inheritance[C]. Hybrid inheritance
[D]. Hierarchical Inheritance

Answer: Option B