A good answer might be:
Since parameters are used only inside the constructor,
they often have shorter, less descriptive names than the names
given to more permanent data.
|
Completing the ConstructorSo far, the class looks like this:
Next you need to complete the constructor with three statements
that will initialize the object's data.
|
QUESTION 7:Complete the constructor. Click Here after you have answered the question |