Friday, February 5, 2010

What is the Object Oriented Programming?

A type of progamming in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure. In this way, the data structure becomes an object that includes both data and functions. In addition, programmers can create relationships between one object and another.

In Object Oriented Programming we shift the responsibility of the behaviour of the object to the object itself. Unlike functional Programming Object Oriented Programming delegates the responsibility to the object itself

2 comments:

  1. can u define oops in a single statement,becoz the first line of the definition is making a negaative notation not telling about the definition....

    ReplyDelete
  2. tell about the concept of responsibility in oops????...i dnt have a clear ans about this......plz

    ReplyDelete