Click here to Skip to main content
15,886,006 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 

12 Sep 2015 by Shvetsov Evgeniy
Using C++ templates? Wish your template algorithm will be versatile and ready to work with the classes, which do not fully support the required interface? Want more functional programming with C++? Get it now!
11 Sep 2014 by Francesco Bagnasco
Just a quick sample to clarify what we can do and what we can't