Maybe Constructors are Nicer?

  • If you use setters to "set up" an object after creation, constructors may be better
  • The object can be built "all at once" using a constructor

16 / 23