Multiple Choice
If a variable is said to have block scope then that variable:
A) can be accessed by all methods
B) can be accessed only by certain methods
C) can be accessed only by the method in which it was defined
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: You can create new reference types.
Q29: The compiler provides a default constructor with
Q30: A(n)_ is a special type of method
Q31: Which statements successfully swap the contents of
Q32: Constructors are implemented as Sub methods because
Q34: An object-creation expression creates a new object
Q35: Variables that are Shared have class scope.
Q36: A Shared variable represents method-wide information.
Q37: Within a class's scope,class members are immediately
Q38: A constructor should return either True or