Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

difine hierarchical inheritance.

Answer Posted / muniba

hirerical means that is a tree like

for e.g

class A
{
//some data and methods
};

class B:class A

{
//some data and methods

};

class C:class B
{

//some data and methods
};

and hirerical inheritance is that inheritance which is a
tree like

grandfather
^
|
father
^
|
son

;)

Is This Answer Correct ?    38 Yes 83 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to find 2^n+1 ?

2126


What is difference between data abstraction and encapsulation?

1126


What is class and object in oops?

1213


What is interface? When and where is it used?

2208


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1692


Why is polymorphism used?

1087


What is polymorphism and its types?

1127


Can abstract class have normal methods?

1107


What is polymorphism and why is it important?

1099


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

2254


Write a c++ program to display pass and fail for three student using static member function

3464


Why do while loop is used?

1097


What is encapsulation with real life example?

1088


Explain virtual inheritance?

1255


Why multiple inheritance is not allowed?

1247