Faiza Saher
what is the difference between object oriented programming and event oriented programming?
By Faiza Saher in Visual Basic .NET on Dec 26 2014
  • Sujeet Suman
    Jul, 2015 19

    Object oriented programming focuses on performing actions and manipulation of data that is encapsulated in objects within a sequential series of steps while event driven is more dynamic and relies on event triggering and event handling to determine the sequencing of the program. Event driven programs can have threads that perform actions based upon triggers/event in your program.

    • 0
  • Sujeet Suman
    Jul, 2015 19

    Object oriented programming focuses on performing actions and manipulation of data that is encapsulated in objects within a sequential series of steps while event driven is more dynamic and relies on event triggering and event handling to determine the sequencing of the program. Event driven programs can have threads that perform actions based upon triggers/event in your program.

    • 0
  • Neeraj Kumar
    Jun, 2015 8

    Read this Page http://linuxfinances.info/info/eventdriven.html

    • 0
  • Faiza Saher
    Dec, 2014 26

    Object-oriented programmingObject-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which are data structures that contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods.Event-driven programmingEvent-driven programming is a programming paradigm in which the flow of the program is determined by events such as user actions (mouse clicks, key presses), sensor outputs, or messages from other programs/threads.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS