CS61B Textbook Spring 2026
search
⌘Ctrlk
GitBook Assistant
GitBook Assistant
Working...Thinking...
GitBook Assistant
Good night

I'm here to help you with the docs.

⌘Ctrli
AI Based on your contextquestion-circle
CS61B Textbook Spring 2026
  • Spring 2026 Textbook
  • Contributors
  • DISCLAIMER
  • 1. Introduction
  • 2. Defining and Using Classes
  • 3. References, Recursion, and Lists
  • 4. Testing
  • 5. SLLists
  • 6. DLLists and Arrays
  • 7. Resizing ArrayList
  • 8. Inheritance I: Interface and Implementation Inheritance
    • 8.1 The Problem of Generality
    • 8.2 Hypernyms, Hyponyms, and the Implements Keyword
    • 8.3 Overriding, Interface Inheritance
    • 8.4 Implementation Inheritance, default
    • 8.5 Implementation vs. Interface Inheritance
    • 8.6 Abstract Data Types
  • 9. Inheritance II: Subtype Polymorphism, Comparators, Comparables, Generic Functions
  • 10. Inheritance III: Iterators, Object Methods
  • 11. Asymptotics I
  • 12. Asymptotics II
  • 13. Asymptotics III
  • 14. Disjoint Sets
  • 15. Binary Search Trees
  • 16. B-Trees
  • 17. Red Black Trees
  • 18. Heaps and Priority Queues
  • 19. Tree Traversals and Graphs
gitbookPowered by GitBook
block-quoteOn this pagechevron-down

8. Inheritance I: Interface and Implementation Inheritance

8.1 The Problem of Generalitychevron-right8.2 Hypernyms, Hyponyms, and the Implements Keywordchevron-right8.3 Overriding, Interface Inheritancechevron-right8.4 Implementation Inheritance, defaultchevron-right8.5 Implementation vs. Interface Inheritancechevron-right8.6 Abstract Data Typeschevron-right
Previous7. Resizing ArrayListchevron-leftNext8.1 The Problem of Generalitychevron-right

Last updated 19 days ago