Multiple Choice
Which of the following statements is a benefit of using one of Ruby's built-in classes?
A) You simplify code development by eliminating the need to re-solve already solved programming tasks
B) You instantly get access to all of the pre-defined properties in that class.
C) You instantly get access to all of the pre-defined methods in that class.
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q27: Which of the following types of variables
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
Q33: _ is the process by which one
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