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...


What are the five types of inheritance in C++?



What are the five types of inheritance in C++?..

Answer / nashiinformaticssolutions

1. Single inheritance, in which only one base class passes on inheritance to the derived class
2. Multiple inheritance, in which two or more base classes pass on their inheritance to the derived class
3. The derived class inherits from another derived class through multilevel inheritance.

4. Hybrid inheritance, which combines two or more distinct inheritance models
5. Hierarchical inheritance, in which a single base class gives rise to two or more derived classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Is java made in c++?

0 Answers  


In how many ways we can initialize an int variable in C++?

1 Answers  


Is ca high or low level language?

0 Answers  


How do I use arrays in c++?

0 Answers  


What is scope operator in c++?

0 Answers  


What are the classes in c++?

0 Answers  


Why do you use the namespace feature?

0 Answers  


What are the characteristics of friend functions?

0 Answers  


What is the function of I/O library in C++ ?

0 Answers   HCL,


What are the differences between new and malloc?

0 Answers  


What is a "RTTI"?

6 Answers   HCL,


Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.

0 Answers  


Categories