answersLogoWhite

0

Object driven programming languages are all based around objects on a 'form' or a 'room'. For example the program will be ran around buttons or other controls. For example if a user clicks a button a set of defined steps will occur. Event driven is similar. For example if this occurs then do this. For example while counter = 1 do .... Basically it is more simple for novice programmers to use and get their head around.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Why vb is an event driven programming language?

because it is driven by events. as it is a language used in programming, then it only makes sense to say VB is an event driven programming language.


What does event driven scripting language mean?

event driven programming is based upon the events. its flow is based on the events.


How is event driven programming different from other programming?

write a note on event driven programming


Disadvantages of event driven programming?

It uses a wimp hcimaking it user friendly.


Vbnet is which type of language Service Oriented Architecture Programming Language Object Oriented Programming Language Procedural Oriental Programming Language?

Visual Basic .NET (VB .NET) is an OOP, an Object-Oriented Programming Language. It's paradigm is both OOP and Event-Driven, but that's beside the point.


What is difference between visual programing and event driven programing?

event driven programming is occur when the creat any event means when the user touch the mouse and visual programming does not any oop


What is trigger functions in event driven programming?

Boring and unneccesary


What is even driven language?

Event-driven language is a type of programming language where the execution of code is determined by events such as user actions or system events, rather than following a strict sequential flow. This approach allows for more responsive and interactive applications, as they can react to changes in real-time. Popular event-driven languages include JavaScript and Python.


What is the significance of visual basic programming?

Its a programming language and IDE to develop an "System application or Web applications" developed by Microsoft. for more details go to microsoft official site.. visual basic is an event driven programming language. thus it is used to design forms and some not so advanced animations.


What are the advantage and disadvantage of organizing an event?

There are many advantages of event driven programming. This type of programming is the simplest and flexible forms of programming languages. This means the programmer has more control over the program when the user does something. Also, making an event driven program is easy. There are only a few disadvantages that come with the event driven programming. Firstly, sometimes classes are not often reusable and are hard to carry out in other applications. It is also very complex and hard to master.


Who are the author the visual basic?

Visual Basic (VB) is the third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. VB is also considered a relatively easy to learn and use programming language, because of its graphical development features and BASIC heritage.


Why is visual basic known as event driven programming?

event based programming involves the execution of code when a pre-determined event is triggered. this means... When an event occurs, visual basic runs any code you have written for that event.