You are not logged in.
Pages:: 1
#1 2015-05-26 09:55:17
Multilevel Inheritance:
Question:
In the following statements,
class sports {};
class test : public student{};
class result : public test, public sports {};
//Here result class have implemented,
Option A):
Multiple inheritance
Option B):
Multilevel inheritance
Option C):
Multiple inheritance And Multilevel inheritance
Option D):
Hierarchical inheritance
Correct Answer is Option C):
Multiple inheritance And Multilevel inheritance
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-05-26 09:55:17
- Advertisement
- Ads By Google
Re: Multilevel Inheritance:
\n
Pages:: 1