|
Does this method have a parameter list? A good answer might be:No. However, the empty pair of parentheses ( ) are required, even if there is no parameter list. | |
Parameter Lists
A parameter list is a list of values that will be handed to the method (or constructor) when the method (or constructor) is called. They will be discussed further in another chapter.
This is a good program to copy to
Notepad to and run.
Save the file as The details of how this happens will be discussed next.Hello from an object! | |
QUESTION 9:Examine the program.
|