Explain the concept of inheritance in C++.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is the this pointer?
What is a volatile variable in c++?
What do you mean by overhead in c++?
what is the order of initialization for data?
10 Answers Amazon, TCS, Wipro,
What is vectorial capacity?
Search for: what is pair in c++?
Difference between declaration and definition of a variable.
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
Disadvantages of c++
What is a pdb file?
What is fixed in c++?
Is eclipse good for c++?