What are base class, sub class and super class?
What is the @functionalinterface annotation?
Explain about inheritance?
Explain about inheritance hierarchies?
What are a base class, subclass, and superclass?
Which OOPS concept is used as a reuse mechanism?
Can an interface implement or extend another interface?
How will you define abstract classes?
What is the difference between an Abstract class and Interface?
Can an interface have an inner class?
Define Data Abstraction. What is its importance?
Do we require a parameter for constructors?
what is full form OOP?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is the difference between new and override?