Logo
Search
Search
View menu

Compile Time Polymorphism

Presentations | English

The word polymorphism means having many forms. In programming languages and type theory, polymorphism is the provision of a single interface to entities of different types or the use of a single symbol to represent multiple different types. Polymorphism is a concept by which we can perform single task in multiple ways. Compile time polymorphism or static method dispatch is a process in which a call to an overloading method is resolved at compile time rather than at run time. In overloading, the method / function has a same name but different signatures. It is called so because the decision of which method is to be called is made at compile time. Overloading is the concept in which method names are the same with a different set of parameters. Method overloading is used to increase the readability of the program. The presentation gives in-depth understanding on the topic.

Picture of the product
Lumens

6.75

Lumens

PPTX (27 Slides)

Compile Time Polymorphism

Presentations | English