what is event driven
programming? explain
Answers
Answered by
0
In computer programming, event-driven programming is a programming paradigm in which the flow of the program is determined by events such as user actions, sensor outputs, or messages from other programs/threads.
Answered by
1
Question:
- What do you mean by event driven programming in VB?
Answer:
Event-driven programming is a programming paradigm 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.
Similar questions