Parametric Polymorphism
"Inheritance" is run time poluymorphism.
"Generic" is parametric poluymorphism. poluymorphism at complie time.
- A list of any types
- A list of some contraint types
Parametric Polymorphism
"Inheritance" is run time poluymorphism.
"Generic" is parametric poluymorphism. poluymorphism at complie time.