So far (apart from the special main() method) we've just looked at adding member variables to classes, but one of the strengths of Object-Oriented Programming is that when we define our objects as ...
When we've created new classes up until now we've either assigned default values to the member variables/attributes or we've changed them as we go. There is a much better way of doing this, which is ...