Answer Posted / kumaranr
in which a class has all the state and behaviour of the
another class
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the @functionalinterface annotation?
How can we restrict inheritance for a class so that no class can be inherited from it?
What is an interface?
What is Overloading ? Is it similar to overriding ?
What are the main features of oops?
How to define an interface?
What is the purpose of late binding in object-oriented programming?
What are the rules to define a functional interface?
How to differentiate between a CreateObject() and GetObject() ?
What do you mean by abstract class?
What is the main use of message metaphor in object-oriented programming?
How many instances can be created for an abstract class?
What is the significance of encapsulation?
What is polymorphism and abstraction?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?