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 is the prototype of printf function?
What is a storage class used in c++?
What is meant by forward referencing and when should it be used?
What's the best free c++ profiler for windows?
What is a dynamic binding in c++?
Explain class invariant.
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Can I learn c++ as my first language?
What are the advantages of using typedef in a program?
Explain bubble sorting.
Can you please explain the difference between overloading and overriding?
Does c++ have string data type?
What is an inline function in c++?
What is the oldest programming language?
Which programming language's unsatisfactory performance led to the discovery of c++?