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 / vani

base class(super class) is inherited by more than one sub
class(derrived class)is called hiererchical inheritance.
Ex: Base class->1.sub class 1
->2.sub class 2
->3.sub class 3

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the three main types of variables?

1184


Write a program to reverse a string using recursive function?

2415


why reinterpret cast is considered dangerous?

2451


What are objects in oop?

1157


What is a function in oop?

1139


Why is encapsulation used?

1056


how to get the oracle certification? send me the answer

2210


What is abstract class in oops?

1078


What are constructors in oop?

1285


How does polymorphism work?

1188


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

2357


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4805


Why do we use polymorphism?

1129


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2345


Who invented oop?

1193