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 hybrid inheritance?
What are the features that are provided to make a program modular?
What is a pure virtual function?
What is difference between polymorphism and normalization?
What is the difference between an abstract class and interface in java?
Explain about object oriented programming?
What are all the operators that cannot be overloaded?
What is meant by inheritance? what are the advantages of inheritance?
How a program can be structured using the concept of object oriented programming?
What is the difference between aggregation and composition?
Why use oops?
explain dynamic binding
What is the difference between a class and an object?
What are the limitations of inheritance?
How do we implement serialization actually?