1 Matching Annotations
- Jan 2021
-
www2.cs.sfu.ca www2.cs.sfu.ca
-
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
-