If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
No Answer is Posted For this Question
Be the First to Post Answer
What are the main features of oops?
Explain about encapsulation?
Difference between class and an object?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
What is the difference between an abstract class and interface in java?
How to differentiate between a CreateObject() and GetObject() ?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What are the types of polymorphism?
What are the interfaces you used in beans?
What is overriding?
What is the use if instanceof keyword?
What interface must an object implement before it can be written to a stream as an object?