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 is the difference between class and interface?
Can an interface contain fields?
Explain what is an object?
Explain the usage of encapsulation?
How to define an interface?
What is the function of messaging metaphor?
What is data encapsulation and what's its significance?
Explain what a method is?
Define exceptions?
What are extrinsic and intrinsic connections in object-oriented programming?
Can we access interface static method using interface references?
Can a function be overloaded based on return types?
What is @functionalinterface?
Can you instantiate an abstract class and what is an inner class?
Explain about inheritance?