Explain about multiple inheritance?
What is the function of dynamic typing?
State some of the advantages of object oriented programming?
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?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What is dynamic or run time polymorphism?
What is the difference between public, private and protected access modifiers?
What is the function of pure virtual functions?
How to define an abstract class?
What's the order of call of constructors in inheritiance?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What do you mean by data hiding?
0 Answers Tavant Technologies, Virtusa,
What is difference between static and non-static fields of a class?