Un-Answered Questions { OOAD }

What is the difference between an abstract class and interface in java?

557


What's the benefit of using inheritance?

669


What is the significance of encapsulation?

577


What is data encapsulation and what's its significance?

601


How can we restrict inheritance for a class so that no class can be inherited from it?

655


What is data encapsulation and what is its significance?

500


What's the order of call of constructors in inheritiance?

582


What are the types of polymorphism?

552


What is inheritance in java?

550


What is abstract method?

525


Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?

551


What if we make the method as abstract in another interface?

516


What is the @functionalinterface annotation?

536


Can we have a default method definition in the interface without specifying the keyword "default"?

528


What is a nested interface?

578