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
Friday, February 5, 2010
Subscribe to:
Posts (Atom)