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
Differentiate between overloading and overriding.
What are base class, sub class and super class?
What is abstraction? How does it differ from encapsulation
What is the difference between an Abstract class and Interface?
What is data encapsulation and what's its significance?
Explain about object oriented programming?
How can we restrict inheritance for a class so that no class can be inherited from it?
What are the basic concepts of oop?
How a program can be structured using the concept of object oriented programming?
What is difference between static and non-static fields of a class?
Define Destructor?
What is the difference between a virtual method and an abstract method?
How many instances can be created for an abstract class?
What are abstract functions? Why are they used?
Classes and structs support inheritance. Is this statement true or false?