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
Are there any special rules about inlining?
Why do we learn c++?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What do you mean by function pointer?
What are features of c++?
What is the sequence of destruction of local objects?
Explain the volatile and mutable keywords.
What is searching?
How do you flush std cout?
What is c++ and its uses?
Is map sorted c++?
Explain the use of this pointer?
What is the c++ programming language used for?
What are default parameters? How are they evaluated in c++ function?
Difference between pass by value and pass by reference?