why is VB considered to be event driven programing?
Answers
Answered by
1
Answer:
In BASIC, programming is done in a text-only environment and the program is executed sequentially. In Visual Basic 6, programming is done in a graphical environment. ... In addition, Visual Basic 6 is Event-driven because we need to write code in order to perform some tasks in response to certain events.
Answered by
1
Explanation:
In BASIC, programming is done in a text-only environment and the program is executed sequentially. In Visual Basic 6, programming is done in a graphical environment. ... In addition, Visual Basic 6 is Event-driven because we need to write code in order to perform some tasks in response to certain events.
Similar questions