If there is a conflict between base class method definition and interface default method definition, which definition is picked?
Answer Posted / mr.x
Base Class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the benefit of Composition over Inheritance?
Explain about encapsulation?
Write a note on encapsulation?
explain dynamic binding
What is the main difference between a class and an object?
Can you create an instance for an abstract class?
What is a friend function?
Is it possible to override private virtual methods?
Which oops concept is used as reuse mechanism?
What is the use if instanceof keyword?
Explain colloboration
What are the limitations of inheritance?
What are inner classes and what is the practical implementation of inner classes?
What do you mean by polymorphism?
What is the difference between abstract & interface?