The built-in IIf Function evaluates a condition and displays:
A) a value only if the condition is true.
B) one value when the condition is true and another value when the condition is false.
C) a value only if the condition is false.
D) the same value for conditions that evaluate to true or false.
B
Computer Science & Information Technology
You might also like to view...
Backstage view gives you access to which command?
A) Clipboard B) Relationships C) Save As D) Form Design
Computer Science & Information Technology
Downcasting enables:
a. A derived-class object to be treated as a base-class object. b. A base-class object to be treated as a derived-class object. c. Making a base-class pointer into a derived-class pointer. d. Making a derived-class pointer into a base -class pointer.
Computer Science & Information Technology