Answer Posted / hr@tgksolutions.com
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
Is c++ fully object oriented?
what kind of projects are suitable for c and c++
Which of the following is evaluated first: a) && b) || c) !
Explain differences between alloc() and free()?
Can a class be static in c++?
Explain the difference between new() and malloc() in c++?
What are the differences between the function prototype and the function defi-nition?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Differentiate between a pointer and a reference with respect to c++.
Can we use pointers in c++?
What is c++ virtual inheritance?
Explain what are accessor methods?
What is binary search in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is oops in c++?