You can declare two variables with the same name in __________.
a. a method one as a formal parameter and the other as a local variable
b. a block
c. two nested blocks in a method (two nested blocks means one being inside the other)
d. different methods in a class
d
Computer Science & Information Technology
You might also like to view...
If you are asked to critique a presentation, give specific details about a few key areas that can be improved.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
An instance method or constructor may be overloaded by providing the same name and ____ argument list.
A. a different B. the same C. a larger D. a smaller
Computer Science & Information Technology