The only assumptions that this tutorial makes is that a student has some sense of what a class is as well as what System.out.println() method does.
In the prior tutorial, we learned how to create a BlueJ project and work with BlueJ objects. We also had our first introduction to creating objects, overloading constructors and employing code reuse.
Project: Employ code reuse and constructor overloading to print out 4 different messages. Note: you should have a total of 4 overloaded constructors.
Below is a picture of what your constructors
might look like