Computer Science, asked by lalsa41, 5 months ago

visual basic is a good example of____application development language​

Answers

Answered by iemsmahjabinnisha
1

Answer:

Visual Basic was succeeded in 2002 by Visual Basic . NET, a vastly different language based on C#, a language with similarities to C++.

Example:-

Visual Basic is an event-driven language. So, when you talk about events, we're talking about things that happen in the program which cause little events to occur (similar idea to IRQ stuff you learned hopefully in 455). An example of this could be clicking a button causing a button_click event to be generated.

Similar questions