A C++ (cpp) repository about the unknown, lesser known, and the most important facts and concepts.
-
Updated
Jun 13, 2022
A C++ (cpp) repository about the unknown, lesser known, and the most important facts and concepts.
An x64 binary executing code that's not inside of it.
Syntax Sugar for std::variant based runtime polymorphism
Simulation was made by utilizing Design Patterns. The runtime polymorphism with virtual methods was achieved as the project aim is about generalization and specialization by inheritance.
A simple and easy program to understand the concept of runtime polymorphism, compile time polymorpism,overloading, overridding, downcasting, upcasting and Interface.
Solving real-life problem using polymorphic hierarchy.
It is used to select a particular variety of pizza from a the given menu and to get the cost for the total number of quantities bought
Strategy design pattern comprehensive guide with head first design patterns examples
C++ runtime polymorphism as in the talks by Sean Parent
Add a description, image, and links to the runtime-polymorphism topic page so that developers can more easily learn about it.
To associate your repository with the runtime-polymorphism topic, visit your repo's landing page and select "manage topics."