What is the difference between an interface and abstract class?
Explain about overriding polymorphism?
what are the different ways for a method to be overloaded?
Can we override a method by using same method name and arguments but different return types?
Classes and structs support inheritance. Is this statement true or false?
Explain about the analysis phase?
What do you mean by abstract classes?
Why is java not fully objective oriented?
If a class inherits an interface, what are the 2 options available for that class?
Why does java not support multiple inheritance?
Why we use oops concepts? What is its advantage?
Explain persistence?
what is virtual function and pure virtual function ?
What is an abstraction and why is it important?
How many methods do u implement if implement the serializable interface?