what do you understand by 'Fall Through'?
Answers
Answered by
1
In certain programming constructs , the situation where execution passes to the
next condition in a list unless explicitly redirected .
Mark as brainlist.
Answered by
1
Answer:
In certain programming constructs, the situation where execution passes to the next condition in a list unless explicitly redirected.
Explanation:
It is a good idea to comment the (rare) cases in which a fall-through is intentional so that an uncommented fall-through can be assumed to be an error.
Similar questions