Social Sciences, asked by asutoshmaravi2909, 1 year ago

What do you mean by event driven programming in visual basic?

Answers

Answered by Anonymous
3
Answer:-Visual Basic is an event-driven programming language.When you click, press a key, move the mouse or fire other events, the particular block of code of the corresponding event procedure is executed, and then the programme​ behaves in a certain way. This is called event-driven programming. 

HOPE THIS HELPS YOU:-))
Answered by THEmultipleTHANKER
0

\bf Hey\:There\:!

Question:

  • What do you mean by event driven programming in Visual basic?

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