Why multiple inheritance is not allowed?


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

Post New Answer

More OOPS Interview Questions

Can enum be null?

0 Answers  


what is the diffrence between c# and c++

5 Answers  


What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  


How do you achieve runtime polymorphism?

0 Answers  


What is class in oop with example?

0 Answers  


We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?

8 Answers   IBM, Sage, Vertex,


suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?

3 Answers   EA Electronic Arts,


hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.

0 Answers  


What are the different forms of polymorphism??

8 Answers   Mantaq, NUC, PCS,


What does and I oop mean?

0 Answers  


what is virtual function in c++

6 Answers  


Can you name some types of inheritance?

1 Answers   Motorola,


Categories