Shape Shape

Event driven Programming

Event-driven Programming is a paradigm where code execution is triggered by events or user actions. Used in GUI applications, web apps, and IoT devices.

Example:

A button click triggers a function in a web app using JavaScript.

WhatsApp Icon