what is an event-driven programming language ?
Answers
Answered by
3
Answer:
Event-driven programming is a programmingparadigm in which the flow of program execution is determined by events - for example a user action such as a mouse click, key press, or a message from the operating system or another program. ... Virtually all object-oriented and visual languages supportevent-driven programming.
Similar questions