What is Polymorphism?

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


Please Help Members By Posting Answers For Below Questions

Why is message passing between the objects important?

564


What is static polymorphism?

683


What is difference between class and interface?

564


Explain about realistic modeling?

562


What is the function of messaging metaphor?

582






What is overriding?

603


Why is java not fully objective oriented?

589


Which OOPS concept exposes only the necessary information to the calling functions?

678


Is it possible to create partial structs, interfaces and methods?

529


What are the different types of arguments?

585


What is the main advantage of using inheritance?

566


what three "domains" are considered during analysis modeling?

6384


Are constructors inherited? Can a subclass call the parent's class constructor? When?

562


What is multiple inheritance? How java 8 supports multiple inheritance?

600


What does the “abstract” keyword mean in front of a method? A class?

515