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
How much is c++ certification?
What is a c++ map?
If a header file is included twice by mistake in the program, will it give any error?
What is the difference between global variables and static varables?
what are function pointers?
Which is most difficult programming language?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Is c++ still in demand?
Explain the pure virtual functions?
How do you add an element to a set in c++?
What is tellg () in c++?
What is array in c++ example?
Explain the uses oof nested class?
What is pointer to member?
How does class accomplish data hiding in c++?