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 binary object model?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is abstract keyword in c++?
Is c++ the hardest language?
Why c++ is faster than java?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Why c++ is so important?
Explain the benefits of proper inheritance.
Is c++ used anymore?
Is linux written in c or c++?
Write a Program to find the largest of 4 no using macros.
Can we inherit constructor in c++?
What is near, far and huge pointers? How many bytes are occupied by them?
What are the rules about using an underscore in a c++ identifier?
Are strings mutable in c++?