What are abstract classes?
Explain the implementation phase with respect to oop?
What is the difference between function overloading and over riding?
What is difference between polymorphism and normalization?
Why is java not fully objective oriented?
What is the super keyword?
What is the difference between public, private and protected access modifiers?
Explain what is meant by polymorphism?
Explain about the design phase?
Explain the different types of constructors
Explain what is single and multiple inheritance?
What is meant by function overloading and function overriding?
What is the function of pure virtual functions?
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?
What are a base class, subclass, and superclass?