Click here to Skip to main content
15,879,326 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 Title

Polymorphism 

6 Jul 2020 by Greg Utas
Registering and efficiently accessing polymorphic objects
14 May 2017 by Habibur Rony
Application design - a post mortem of a bad design
7 Jun 2016 by GProssliner
cobj is a preprocessor based generator for interface based polymorphism
15 Jul 2015 by Akhil Mittal
This article will cover almost every OOP concept that a novice/beginner developer hunt for, and not only beginners, the article’s purpose is to be helpful to experience professionals also who need to sometimes brush-up their concepts or who prepare for interviews.
15 Jul 2015 by Akhil Mittal
Diving in OOP (Day 2):My article in the second part of the series will focus solely on inheritance concept in OOP
9 Apr 2016 by Akhil Mittal
This part of the article series will focus more on run time polymorphism also called late binding.
13 Oct 2017 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.
21 Feb 2016 by Shvetsov Evgeniy
String class with the auto. managed memory pool and performance tweaks + support modules
26 Aug 2015 by Christophe Duparquet
This article introduces a hardware abstraction tool for microcontroller programming.
13 Feb 2018 by Borislav Stanimirov
A new take on polymorphism in an object-oriented setting