Computer Science, asked by Avinav9965, 1 year ago

Explain the following Event Driven Programming

Answers

Answered by mrunal6117
3

An event-driven application is a computer program that is written to respond to actions generated by the user or the system. In a computing context, an event is any identifiable occurrence that has significance for system hardware or software. As such, events include both user-generated actions like mouse clicks and keystrokes and system-generated events such as program loading.

Similar questions