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 are the methods required to create changes in subclasses?
What is composition? Explain the purpose of composition.
what is full form OOP?
What is hybrid inheritance?
What is method overriding?
Explain about abstraction?
Can a function be overloaded based on return types?
What is the use of finalize method?
what is virtual function and pure virtual function ?
Classes and structs support inheritance. Is this statement true or false?
Explain serialization and overriding?
How to define an abstract class?
What are a base class, subclass, and superclass?
Define Data Abstraction. What is its importance?
Explain the rationale behind object oriented concepts?