ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
The expression specified by the when clause is evaluated as the left operand. If no when clauses match, case executes the code of the else clause.
Correct Answer: A — True
Else clause is executed only when no 'when' clauses match.