Multiple Choice
____ variables are similar to instance variables, except they are accessible to all the instances of the same class, which makes it easier to make repeated references to variables.
A) Local
B) Global
C) Class
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: One way to implement _ within Ruby
Q10: An advantage of chaining methods together is
Q11: Which of the following methods can be
Q12: Access to any properties or methods that
Q13: Inheritance makes program code more reliable by
Q15: The _ keyword restricts the access of
Q16: _ involves the restriction of access to
Q17: _ is implemented through classes and includes
Q18: Encapsulation is the ability to make important
Q19: Encapsulation allows the internal representation of objects