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
Is turbo c++ free?
What do the header files usually contains?
Why the usage of pointers in C++ is not recommended ?
Please explain class & object in c++?
What is operator overloading in c++ example?
Why is swift so fast?
What is the prototype of printf function?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Should the member functions which are made public in the base class be hidden?
What happens if a pointer is deleted twice?
What it is and how it might be called (2 methods).
What is stl containers in c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Is ca high or low level language?
What is implicit conversion/coercion in c++?