1/4
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
Polymorphism
The word comes from Greek — poly means “many”, and morph means “forms.”
Polymorphism
an OOP technique that utilizes inheritance to create 1 class and make several classes inherit from that class so that it can take many forms
inheritance and many forms
an OOP technique that utilizes _______ to create 1 class and make several classes inherit from that class so that it can take _______.
methods
Uses those ______ to perform different tasks.