Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
No Answer is Posted For this Question
Be the First to Post Answer
What is multiple inheritance? How java 8 supports multiple inheritance?
What is the super keyword?
Define a good interface?
Which OOPS concept exposes only the necessary information to the calling functions?
Define Initialisation Purpose.
Explain the purpose of composition.
Why do we separate interface from implementation?
What is the use of destructive method?
If there is a conflict between base class method definition and interface default method definition, which definition is picked?
What is difference between polymorphism and normalization?
Explain about the design phase?
Can an interface implement or extend another interface?