Click here to Skip to main content
15,885,915 members
Everything / Polymorphism

Polymorphism

polymorphism

Great Reads

by GProssliner
cobj is a preprocessor based generator for interface based polymorphism
by Borislav Stanimirov
A new take on polymorphism in an object-oriented setting
by Shun Huang
Introduce Python's way to support polymorphism and duck typing from the concept of C++ polymorphism
by Faye Williams
Polymorphism and overloading in C++

Latest Articles

by Shun Huang
Introduce Python's way to support polymorphism and duck typing from the concept of C++ polymorphism
by Greg Utas
Registering and efficiently accessing polymorphic objects
by Borislav Stanimirov
A new take on polymorphism in an object-oriented setting
by Satprem Pamudurthy
This article describes a C++ technique called type erasure and shows that it can be used to write generic algorithms on runtime types. It then examines the relationship between type erasure and other forms of polymorphism through the notion of type compatibility.

All Articles

Sort by Score

Polymorphism 

10 Oct 2021 by Shun Huang
Introduce Python's way to support polymorphism and duck typing from the concept of C++ polymorphism
2 Nov 2014 by Faye Williams
Polymorphism and overloading in C++
26 Nov 2015 by _Ankit_Singh_
There are 4 fundamentals ideas of Object Oriented Programming. They have the wonderful terms – Abstraction, Polymorphism, Inheritance, Encapsulation. One way to remember these is the acronym APIE. Let’s dive in each of them one by one.
4 Dec 2014 by Shivprasad koirala
In this article we will learn can we overload mvc controller action methods.