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


Explain the concept of inheritance in C++.

Answers were Sorted based on User's Feedback



Explain the concept of inheritance in C++...

Answer / nashiinformaticssolutions

Inheritance allows one class (derived class) to acquire the properties and methods of another class (base class). Types: single, multiple, multilevel, hierarchical, hybrid.

Is This Answer Correct ?    0 Yes 0 No

Explain the concept of inheritance in C++...

Answer / glibwaresoftsolutions

Inheritance allows one class (derived class) to acquire the properties and methods of another class (base class). Types: single, multiple, multilevel, hierarchical, hybrid.

Is This Answer Correct ?    0 Yes 0 No

Explain the concept of inheritance in C++...

Answer / hr@tgksolutions.com

Inheritance allows one class (derived class) to acquire the properties and methods of another class (base class). Types: single, multiple, multilevel, hierarchical, hybrid.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Is it possible to have a recursive inline function in c++?

0 Answers  


What is difference between shallow copy and deep copy? Which is default?

1 Answers  


Is c++ a high level language?

0 Answers  


Explain the concept of copy constructor?

0 Answers  


How to construct virtual constructor

6 Answers   CIStems Software, Symphony,


Which programming language is best?

0 Answers  


let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


why and when we can declar member fuction as a private in the class?

0 Answers  


In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


What is the stack?

5 Answers   IBM, ICICI,


is throwing exception from a constructor not a good practice ?

5 Answers   Ericsson,


How new/delete differs from malloc()/free?

0 Answers  


Categories