Multiple choice

Which of the following programming approaches revolves around recognising the occurrence of events and then responding to those events by taking appropriate actions?

  1. Top-down approach

  2. Bottom-up approach

  3. Event-driven approach

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Event-driven approach revolves around recognising the occurrence of events and then responding to those events by taking appropriate actions.