Instance Methods

  • In Java, instance methods can only be called on an instance of an object
  • static methods do not need an instance

18 / 31