2.4 Calling a Void Method with Parameters
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
| Term | Definition |
|---|---|
| Method overloading | Methods can have multiple signatures. Java will use the correct signature based on the actual parameters used in a program. |