Multiple Choice
Which of the following types of variables is supported by Ruby?
A) Local
B) Global
C) Instance
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: A variable with a global scope can
Q23: Which of the following lists reflects a
Q24: Global variables begin with the _ character.<br>A)
Q25: By creating objects based on Ruby's built-in
Q26: With inheritance, the derived class, sometimes referred
Q28: Instance variables begin with the _ character.<br>A)
Q29: One limitation of inheritance is that you
Q30: When included in a class definition, the
Q31: To control access to the properties and
Q32: Which of the following statements is a