What do you mean by event driven programming in visual basic?
Answers
Answered by
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:-))
HOPE THIS HELPS YOU:-))
Answered by
0
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