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 extrinsic and intrinsic connections in object-oriented programming?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
Explain about the relationship between object oriented programming and databases?
Why dynamic loading is used in object-oriented programming?
What is a try/ catch block?
Why is message passing between the objects important?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
What is the difference between an interface and abstract class?
What is an abstraction?
What do you mean by "explicitly implemeting an interface". Give an example?
What is static polymorphism?
What is virtual multiple inheritance?
What is the use of interface?
Can an interface inherit from another interface?
What is the difference between function overloading and over riding?