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 abstract class in c++?
Explain friend class?
How to avoid a class from instantiation?
What is encapsulation in C++? Give an example.
0 Answers HAL, Honeywell, Zomato,
Is there a new/delete equivalent of realloc?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What are c++ storage classes?
Where must the declaration of a friend function appear?
Describe linkages and types of linkages?
What are virtual constructors/destructors?
What is fixed in c++?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?