what do you understand by event driven programming
Answers
Answered by
8
in event driven programming, the statement are not excuted in the sequence in which they are written.they only get excuted when a corresponding event occurs....
Answered by
2
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