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 two types of polymorphism?
In the derived class, which data member of the base class are visible?
What is the basic structure of a c++ program?
What is data type in c++?
What are the benefits of oop in c++?
State the difference between pre and post increment/decrement operations.
What is const in c++?
What is c strings syntax?
What are the advantages of c++ over c?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is namespace std; and what is consists of?
What is an undefined behavior and sequence points
What return value must conversion operators have in their declaration?
How do I start a c++ project?
What are the different types of polymorphism in c++?