CS61B Textbook 2025
Search...
9. Inheritance I: Interface and Implementation Inheritance
Previous
8. ArrayList
Next
9.1 The Problem of Generality
Last updated
1 month ago
9.1 The Problem of Generality
9.2 Hypernyms, Hyponyms, and the Implements Keyword
9.3 Overriding, Interface Inheritance
9.4 Implementation Inheritance, default
9.5 Implementation vs. Interface Inheritance
9.6 Abstract Data Types