Multiple Choice
If a local variable in a method has the same name as a field of the method's class,what will occur
A) an error is generated
B) the field is "hidden" until the method is finished executing
C) the field will override the variable from the method
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q84: A primitive-type variable can store exactly one
Q85: Consider the following Cube method:<br>Static int Cube(int
Q86: How are various parameters separated in the
Q87: Which of the following is not part
Q88: Methods of the same name can be
Q90: To compare a simple-type value to the
Q91: Methods that call themselves are known as
Q92: A variable that has not been initialized
Q93: A(n)conversion occurs when a type is converted
Q94: Which of the following is a C#