The repository contains some small c++ source code examples showing different types of polymorphism.
- Ad Hoc Polymorphism
- Function overloading -> function_overloading)
- Operator overloading -> operator_overloading)
- Coercion (implicit + explicit) -> coercion
- Universal Polymorphism
- Parameter -> generic_function
- Inclusion (sub-typing + Inheritance) -> virtual_function
I was using a Mac + XCode + AppCode