Multiple Choice
One of the differences between Ruby and many other programming languages is that ____.
A) Ruby Rill halt script execution if an attempt is made to change a constant's value
B) Ruby will allow the same name to be assigned to both a constant and a variable
C) Ruby will generate an error is a constant's value is change but will not halt script execution
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q20: Which of the following is a true
Q21: Which of the following constructions is used
Q22: A method is an object attribute stored
Q23: A case code block is _.<br>A) A
Q24: The String class's swapcase method converts a
Q26: Ruby variable names are:<br>A) Case sensitive<br>B) Case
Q27: Which of the following statements correctly defines
Q28: Interpolation is the process of substituting the
Q29: A constant is very similar to variable,
Q30: Which of the following methods should be