Answer Posted / dk
Polymorphism is a concept use in OOP to define or describe different methods with same name like I.e. move of bishop and move of queen in chess game both have to move by different way.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which OOPS concept exposes only the necessary information to the calling functions?
Can a function be overloaded based on return types?
What is the diffrence between an abstract class and interface?
What is a nested interface?
What is an abstract property. Give an example?
What is abstraction? How does it differ from encapsulation
Can we access interface static method using interface references?
What is hybrid inheritance?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What is inheritance in java?
Why dynamic binding is used in object-oriented programming?
Difference between abstraction and implementation hiding ?
Explain the term constructor
What is multiple inheritance? How java 8 supports multiple inheritance?
What is the @functionalinterface annotation?