Calling a Constructor from Another Constructor
In this lesson, you will learn how to call a constructor from another constructor.
We'll cover the following...
We have previously learned about this
reference variable. This is the second use case
of the this
reference variable.
We already know that ...