Multiple Choice
Which of the following is a true statement about constants?
A) Constant names must begin with the underscore character
B) Constant names must begin with a capital letter
C) Constant names are limited to a maximum of 12 characters
D) Both b and c
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Ruby supports a number of different types
Q16: A module is a container use to
Q17: Ruby is not an object-oriented programming language.
Q18: The advantage of using %q{ and }
Q19: An attr_accessor is a keyword that identifies
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
Q25: One of the differences between Ruby and