Answer Posted / 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 |
Post New Answer View All Answers
How can I learn dev c++ programming?
What is the difference between a template and a macro?
What is a set in c++?
What are the advantages of c++?
How many types of scopes are there in c++?
Explain differences between new() and delete()?
Is it possible to provide special behavior for one instance of a template but not for other instances?
What is using namespace std in cpp?
Explain the difference between abstract class and interface in c++?
Can a Structure contain a Pointer to itself?
Is python written in c or c++?
Explain some examples of operator overloading?
Explain Memory Allocation in C/C++ ?
What is a block in c++?
What is &x in c++?