Much like methods and method calls, we can pass objects as parameters into constructors. This is done just like primitive values except we need to ensure that the object being passed in has their own values assigned to before being passed in to the constructor. Passing objects is necessary when fields become private.