A ___________
is a special method that is called automatically as soon as an object is
created.
The constructor method
should __________ the object ?by assigning sensible values for its _________.
A constructor method
is indicated by a method that has the same _________ (name) as the class.
A constructor is a ______,
and may have _________ like other methods.
It is common practice
to provide every class with a both a ___________ and a toString() method.