Answer Posted / zain
In programming languages and type theory, polymorphism is the provision of a single interface to entities of different types. A polymorphic type is a type whose operations can also be applied to values of some other type, or types.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is single and multiple inheritance?
What is difference between static and non-static fields of a class?
Define a good interface?
What is the use if instanceof keyword?
What is the difference between an interface and abstract class?
What is @functionalinterface?
Can constructors be parameterized?
How do I make sure that an object is released in code such as a connection or file object?
What is static and dynamic Binding?
What is a subclass?
What are the main features of oops?
Explain the rationale behind object oriented concepts?
What is the difference between an abstract class and interface in java?
Can an interface have an inner class?
What does it mean that a method or class is abstract?