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 are the basic concepts of oop?

1 Answers  


What are the limitations of oops?

1 Answers  


What is static polymorphism?

1 Answers  


Can we override static methods? Why?

1 Answers  


What is multiple inheritance? How java 8 supports multiple inheritance?

1 Answers  


Why dynamic binding is used in object-oriented programming?

1 Answers  


Do we require parameter for constructors?

1 Answers  


What is a ternary operator?

1 Answers  


Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?

2 Answers   CSC, HCL,


What are the access modifiers?

1 Answers  


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

1 Answers  


Define Data Abstraction. What is its importance?

1 Answers   Amazon, Infosys,


Categories