Home CS61B: Lecture 8
Post
Cancel

CS61B: Lecture 8

Inheritance

  • It is not easy to micromanage separate methods that performs the same operation on multiple types of lists
  • We may use method overloading, but it is aesthetically gross and won’t work for future lists that we create. It is hard to maintain this code.
This post is licensed under CC BY 4.0 by the author.

CS61B: Lecture 7

Inheritance