Constructors are methods that construct your object so that, when it’s instantiated, the object is not just empty and useless. In this lesson, take a closer look at how to work with constructors using the same code from the previous lesson.
S01E18 · Creating Objects in Java
S01E20 · Methods: Passing Arguments, Returning Values