Multiple Choice
A variable with a ____ scope can be accessed only within the scope that it was created in.
A) local
B) global
C) instance
D) class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: One of the limitations of working with
Q35: _ variables are accessible throughout a Ruby
Q36: With _ you can build an entire
Q37: Local variables are accessible throughout a Ruby
Q38: The _ keyword makes any specified properties
Q40: _ is the ability to define objects
Q41: To instantiate an object and initialize it
Q42: _ is an object-oriented feature that provides
Q43: Access specified by the public, private or
Q44: Polymorphism can be implemented within Ruby by