Answer Posted / 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 |
Post New Answer View All Answers
Will this c++ program execute or not?
What are structures and unions?
Is python better than c++?
What are the methods of exporting a function from a dll?
Is c++ still in demand?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
How come you find out if a linked-list is a cycle or not?
What is the difference between set and map in c++?
Which is better c++ or java?
How do we balance an AVL Tree in C++?
Difference between strdup and strcpy?
What is the latest version on c++?
How would perform Pattern Matching in C++?
What are the various oops concepts in c++?
What is the difference between a "copy constructor" and an "assignment operator" in C++?