If there is a conflict between base class method definition and interface default method definition, which definition is picked?



If there is a conflict between base class method definition and interface default method definition,..

Answer / mr.x

Base Class

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOAD Interview Questions

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

0 Answers  


What is static polymorphism?

0 Answers  


What is meant by “abstract interface”?

0 Answers  


Whether static method can use nonstatic members?

0 Answers  


What are the features that are provided to make a program modular?

0 Answers  


What is the default access specifier in a class definition?

0 Answers  


Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?

0 Answers  


What is the use if instanceof keyword? And how do refer to a current instance of object?

0 Answers  


What is the difference between a class and a structure?

0 Answers  


What is ‘this’ pointer?

0 Answers  


What are base class, sub class and super class?

0 Answers  


What is the significance of encapsulation?

0 Answers  


Categories