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 / mohit karasanbhai kanani

hierarchical inheritance
Dedination:
One comman class have a two derived class.
Syntax:
class (classname)k /* base class */
{
/*defination of class k*/
};
class (classname)m:public class k /* derive class (here
derive class of class k)*/
{
/*defination of class m*/
};
class (classname)p:public class k /* derive class (here
derive class of class k)*/
{
/*defination of class p*/
};
void main
{
}
note: here class name k,p,m are only for example

Is This Answer Correct ?    23 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static in oop?

1119


What is the problem with multiple inheritance?

1234


Is this job good for future? can do this job post grduate student?

2220


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2354


How to call a non virtual function in the derived class by using base class pointer

6687


What is overloading in oops?

1212


Get me a number puzzle game-program

2317


program for insertion ,deletion,sorting in double link list

2745


What is multilevel inheritance?

1257


Is react oop?

1112


c++ program to swap the objects of two different classes

2472


what is difference between class template and template class?

2713


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1919


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

2253


What do you mean by Encapsulation?

1137