Does c++ support multilevel and multiple inheritance?
Answer Posted / nisha
yes.
| Is This Answer Correct ? | 35 Yes | 3 No |
Post New Answer View All Answers
Plese get me a perfect C++ program for railway/airway reservation with all details.
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is polymorphism and types?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is encapsulation and abstraction? How are they implemented in C++?
What is the purpose of polymorphism?
How to call a non virtual function in the derived class by using base class pointer
How long to learn object oriented programming?
What is the difference between a constructor and a destructor?
Why oops is important?
Which language is not a true object oriented programming language?
What is the benefit of oop?
#include
What is oops concept with example?
What is the problem with multiple inheritance?