Translate

Search This Blog

Saturday, 8 March 2014

What is Event Driven Programming language ? Why VB 6.0 is Event Driven Programming ?

In computer programming , event Driven programming or event-based programming is a programming paradigm in which the flow of the program is determined by events - i.e , sensor output or user action ( mouse click , key press ) or massage from other programs or threads .

•  Visual Basic 6 is Event Driven programming language because we need to write code in order to perform some task in response to certain events . The events usually comprises but not limited to the user's input. Some of events are load , click , double click , drag and drop , pressing the keys and many more. Therefore, a Visual Basic 6 program is made up of many subprograms each has it's own program code , and each can be executed independently and at the same time each can be link together in one way or another .   

No comments:

Post a Comment