9.1 Inheritance
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
Superclass | A parent class that contains common attributes and behaviors used by subclasses (children). |
Subclass | A child class that inherits attributes and behaviors from a superclass (parent). |
Is A | A relationship between two items that represent a superclass / subclass relationship |
Has A | A relationship between two items that represents an instance variable relationship. |