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
What is a storage class used in c++?
what is C++ objects?
What is a .lib file in c++?
What is the c++ code?
Define pure virtual function?
What are c++ files?
How can we access protected and private members of a class?
Difference between pointer to constant and constant pointer to a constant. Give example.
What is the type of 'this' pointer? When does it get created?
Write a program which uses functions like strcmp(), strcpy()? etc
What is searching? Explain linear and binary search.
Distinguish between a # include and #define.
How do you define/declare constants in c++?
How to declaring variables in c++?
What is the use of volatile variable?