A good answer might be:The near-complete class is below. |
Using a ConstructorHere is the class with a String reference variable included. Of course, you may have used a different name for it.
The class is not complete because there is not yet a way to initialize the greeting (we will get to this shortly). The class will be used in a testing class something like this:
|
QUESTION 16:Where in the above code is a constructor being used? What is its parameter? Click Here after you have answered the question |