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 main advantage of using inheritance?
Can we use static method definitions in interfaces?
Why do we use oops concepts? What is its advantage?
What is the difference between abstract & interface?
What are the different principle of OOPS?
Which OOPS concept exposes only the necessary information to the calling functions?
What is the use of finalize method?
What is abstraction? How does it differ from encapsulation
Explain about object oriented databases?
Explain the usage of encapsulation?
What are the major differences between late and dynamic binding?
How does abstraction differ from encapsulation.
What are all the operators that cannot be overloaded?
Can different parts of a partial class inherit from different interfaces?
Is it possible to create partial structs, interfaces and methods?