You are not logged in.

#1 2015-05-26 09:55:17

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

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.

2015-05-26 09:55:17

Advertisement
Ads By Google

Re: Multilevel Inheritance:



\n

Board footer