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

When you overload member functions, in what ways must they differ?

0 Answers  


What is name hiding in c++?

0 Answers  


When should you use multiple inheritance?

2 Answers  


Does c++ have finally?

0 Answers  


Is c++ a float?

0 Answers  


How is modularity introduced in C++?

0 Answers   TCS,


Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.

0 Answers   TCS,


What is c++ stringstream?

0 Answers  


What are virtual functions in c++?

0 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


Differentiate between an external iterator and an internal iterator?

0 Answers  


Explain about Garbage Collector?

0 Answers  


Categories