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
Encapsulation
Objects hide their functions (Methods) and data (instance variables)
Inheritance
each subclass inherits all variables of its super class
Polymorphism
same interface even if different data types
continue adding