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
What are the 2 main types of data structures?
Differentiate between a template class and class template in c++?
What is near, far and huge pointers? How many bytes are occupied by them?
What is helper in c++?
What is atoi in c++?
What is the use of function pointer?
What are different types of loops in c++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Will this c++ program execute or not?
What is meaning of in c++?
What is virtual destructor ans explain its use?
Why is it necessary to use a reference in the argument to the copy constructor?
Where must the declaration of a friend function appear?
What is a block in c++?
What is function overloading c++?