1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
type polymorphism
ability to reuse code on multiple data types (a list class that works for integers and strings) two instances: subtypes and generics
subtyping
implented by the compiler
S1 is a subtype (stronger) than S2 if..
S1 has all the methods of S2, each of S1 has a stronger or same specification than the corresponding method of S2
hi
hi