Does c++ support multilevel and multiple inheritance?
Answer Posted / ramu
yes
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
write a C++ program for booking using constructor and destructor.
Can abstract class have normal methods?
What is destructor oops?
what are the realtime excercises in C++?
What is constructor in oop?
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 difference between polymorphism and inheritance?
What is the main feature of oop?
Can you inherit a private class?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is the problem with multiple inheritance?
what are the different types of qualifier in java?
write a program that takes input in digits and display the result in words from 1 to 1000
Why interface is used?
What are properties in oop?