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

Does c++ support multilevel and multiple inheritance?

Answer Posted / priya

Yes c++ supports both multilevel and multiple inheritance

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are oops functions?

1007


Get me an image implementation program.

1974


What is coupling in oops?

1138


What exactly is polymorphism?

1122


Templates mean

2069


What is abstraction in oop with example?

1115


Write a program to reverse a string using recursive function?

2335


What is class and object with example?

1121


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

1846


Why do we use encapsulation in oops?

1024


Can we create object of abstract class?

1081


Why do we use class?

1084


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

2280


What is the types of inheritance?

1088


what are the ways in which a constructors can be called?

2125