What are the main features of oops?
Can you create an instance of an abstract class?
What is the benefit of Composition over Inheritance?
Explain what is single and multiple inheritance?
Explain colloboration
How to define an abstract class?
What is the difference between abstract & interface?
Explain about object oriented programming?
Explain the different types of constructors
Does java support multiple inheritance? if not, what is the solution?
Can you define OOP and principles of OOP?
What's the order of call of constructors in inheritiance?
What is meant by function overloading and function overriding?
Explain what an object is.
What is super keyword?