What is difference between multiple inheritance and multilevel inheritance?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

difference between overloading and overridding

11 Answers  


What is the difference between encapsulation and polymorphism?

0 Answers  


What do you mean by variable?

0 Answers  


What is the importance of oop?

0 Answers  


What are virtual functions?

2 Answers  






What is difference between inheritance and polymorphism?

0 Answers  


monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?

13 Answers   IonIdea,


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


What is multiple inheritance?

9 Answers   TCS,


What is the difference between a constructor and a destructor?

0 Answers  


How to overload postfix operator in c++

1 Answers   Mphasis,


What is encapsulation?

17 Answers   TCS,


Categories