3 Matching Annotations
  1. Oct 2023
    1. verrode the eq method from the parent class: we merely overloaded it.

      override 和 overload的区别是?

  2. Jan 2023
  3. Mar 2022
    1. Users of a SLList never see the IntList class. Simpler to use. More efficient addFirst method (exercise 2.2.1). Avoids errors or malfeasance by IntList users.

      private封装的好处。