Answer Posted / divya
inheritance is a method which means objects of one class
get the properties of objects of another class. in this we
have 5 types of inheritance
multiple inheritance means deriving a class from two or
more base classes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what are the types of Member Functions?
What is virtual methods?
What is the difference between map and hashmap in c++?
Write a function to find the nth item from the end of a linked list in a single pass.
What are files in c++?
What is null pointer and void pointer?
What is :: operator in c++?
What is the need of a destructor?
When should you use global variables?
Is there finally in c++?
What is while loops?
What are the manipulators in c++?
What is ios class in c++?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Can we define function inside main in c++?