Multiple Choice
Which of the following statements is false?
A) Ruby permits an existing class to be used as the basis for defining a new class
B) Child classes must be identical to the parent class upon which they are based and cannot be further modified
C) Custom classes can be used to model the creation of real life concepts
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q5: new is a method that initiates the
Q6: When working with #{} , Ruby is
Q7: Which of the following is a valid
Q8: Ruby requires that programmers specify a numeric
Q9: When working with double-quotes, Ruby is not
Q11: The childclass operator is used to create
Q12: Which of the following escape characters can
Q13: A numeric value can be converted to
Q14: One of the primary benefits of object-oriented
Q15: Ruby supports a number of different types