Computer Science, asked by jinglejaya2766, 1 year ago

Why visual basic is known as event driven programming language?

Answers

Answered by KairaSingh11
21
VISUAL BASIC is a VISUAL and Event-driven Programming Language. These are the main divergence from the old BASIC. 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.
Answered by laraibmukhtar55
15

Visual basic and event driven programming:

Visual basic is Object Based Event Driven Programming Language as we use Objects to build our Applications such as Text Box, Command Button on Form and it is also termed Event Driven Language because anything we do on visual basic application such as Click Mouse on command Button to implement any command, or enter the text in text box etc. everything is an event that's why we call it Object Based, Event-Driven Programming.

Hope it helped......

Similar questions