Posts

StaticDynamic

More about Dynamic and Static Polymorphism

/
In my last post, "Dynamic and Static Polymorphism", I introduced dynamic polymorphism. Today, I continue…
StaticDynamic

Dynamic and Static Polymorphism

/
Polymorphism is the property that different types support the same interface. In C++, we distinguish…