An example of both static and dynamic polymorphism in C++.
Static polymorphism is done using curiously recurring template pattern, while dynamic polymorphism is done with virtual functions.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An example of both static and dynamic polymorphism in C++.
Static polymorphism is done using curiously recurring template pattern, while dynamic polymorphism is done with virtual functions.