Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / polymorphism

Polymorphism

polymorphism

Great Reads

by Greg Utas
Registering and efficiently accessing polymorphic objects
by Habibur Rony
Application design - a post mortem of a bad design
by Francesco Bagnasco
Just a quick sample to clarify what we can do and what we can't
by Shivprasad koirala
In this article we will learn can we overload mvc controller action methods.

Latest Articles

by Greg Utas
Registering and efficiently accessing polymorphic objects
by Habibur Rony
Application design - a post mortem of a bad design
by Francesco Bagnasco
Just a quick sample to clarify what we can do and what we can't
by Shivprasad koirala
In this article we will learn can we overload mvc controller action methods.

All Articles

Sort by Score

polymorphism 

by Greg Utas
Registering and efficiently accessing polymorphic objects
by Habibur Rony
Application design - a post mortem of a bad design
by GProssliner
cobj is a preprocessor based generator for interface based polymorphism
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.
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
by Akhil Mittal
This part of the article series will focus more on run time polymorphism also called late binding.
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.
by Shvetsov Evgeniy
String class with the auto. managed memory pool and performance tweaks + support modules
by Christophe Duparquet
This article introduces a hardware abstraction tool for microcontroller programming.
by Borislav Stanimirov
A new take on polymorphism in an object-oriented setting