Explain about multiple inheritance?


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

Post New Answer

More OOAD Interview Questions

What is the function of dynamic typing?

0 Answers  


State some of the advantages of object oriented programming?

0 Answers  


If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?

0 Answers  


Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?

0 Answers  


What is dynamic or run time polymorphism?

0 Answers  


What is the difference between public, private and protected access modifiers?

0 Answers  


What is the function of pure virtual functions?

0 Answers  


How to define an abstract class?

0 Answers  


What's the order of call of constructors in inheritiance?

0 Answers  


What is the default access modifier for a class,struct and an interface declared directly with a namespace?

0 Answers  


What do you mean by data hiding?

0 Answers   Tavant Technologies, Virtusa,


What is difference between static and non-static fields of a class?

0 Answers  


Categories