Computer Science, asked by golu195, 1 year ago

what do you understand by event driven programming

Answers

Answered by muskan1641
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 THEmultipleTHANKER
2

\bf Hey\:There\:!

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