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
What are the properties that are defined in an object model?
What is dynamic or run time polymorphism?
Why are virtual users created?
What is the use if instanceof keyword?
What is static polymorphism?
What is operator overloading and polymorphism?
What is the abstract method modifier?
Why is class hierarchies managed in object-oriented programming?
What are all the operators that cannot be overloaded?
How do I make sure that an object is released in code such as a connection or file object?
What is super keyword?
What are abstract functions? Why are they used?
What is a nested interface?
What are different ways to create string object?
What is the difference between an abstract class and interface in java?