What is the difference abstract class and interface?
What is the difference between oop and sop?
What is the difference between an abstract class and interface in java?
Can we override a method by using same method name and arguments but different return types?
Can a class in java be inherited from more than one class?
Do we require a parameter for constructors?
What is an interface?
Can we override static methods of a class?
Explain about Overloading vs Overriding ?
What is the benefit of using inheritance?
How do we implement serialization actually?
What is bootstrap, extension and system class loader?
What do you mean by abstract classes?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
What are base class, sub class and super class?