Can an interface inherit from another interface?
Explain about inheritance hierarchies?
What is difference between encapsulation and abstraction?
Explain about encapsulation?
Why do we use oops concepts? What is its advantage?
State about java and its relation to object oriented programming?
Explain the implementation phase with respect to oop?
What is composition? Explain the purpose of composition.
What is data abstraction? what are the three levels of data abstraction with Example?
What is a default method? Why do we need default methods in java 8 interfaces?
Explain what is single and multiple inheritance?
What is an interface?
If a class inherits an interface, what are the 2 options available for that class?
Define a good interface?
What is the difference between an error and an exception?