The expression following the switch keyword is called a
a) guard condition
b) controlling expression
c) selection expression
d) case expression
b) controlling expression
Computer Science & Information Technology
You might also like to view...
You have chosen an array based implementation for an ADT List with size 100. You discover that occasionally this size is too small. What options do you have?
What will be an ideal response?
Computer Science & Information Technology
To avoid duplicating code, use ________, rather than ________.
a. inheritance, the “copy-and-past” approach. b. the “copy-and-paste” approach, inheritance. c. a class that explicitly extends Object, a class that does not extend Object. d. a class that does not extend Object, a class that explicitly extends Object.
Computer Science & Information Technology