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 diamond inheritance problem? How java 8 solves this problem?
Explain about the relationship between object oriented programming and databases?
Explain about a class?
Explain the mechanism of composition?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
What is the difference between class and interface?
What are virtual functions, base class pointer, derived class pointer, biding references?
What is single and multiple inheritance?
What is the function of messaging metaphor?
What is inheritance in java?
Why are virtual users created?
Why is class hierarchies managed in object-oriented programming?
Explain what is single and multiple inheritance?
What is virtual?
What are all the operators that cannot be overloaded?