Static binding is of two types
- Function Overloading
- Operator Overloading
Call to template functions is resolved at compile time, are they another way of implementing compile time polymorphism ?
Static binding is of two types
Call to template functions is resolved at compile time, are they another way of implementing compile time polymorphism ?