Why is there no multiple inheritance?


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

Post New Answer

More OOPS Interview Questions

create a c++ program that will ask 10 numbers and display their sum using array.

1 Answers  


Can java compiler skips any statement during compilation time?

0 Answers  


Can we create object of abstract class?

0 Answers  


What is oop in simple words?

1 Answers  


What is abstract class in oop?

0 Answers  






write a c++ code of diagonal matrix.

2 Answers  


What is basic concept of oop?

0 Answers  


What does oop mean in snapchat?

0 Answers  


the difference between new and malloc

5 Answers   Siemens,


Why is polymorphism needed?

0 Answers  


which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.

4 Answers  


#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,


Categories