Tuesday, March 1, 2011

OOPS Books

You can download free online books on OOPS from the following site

1. free computer books

2. free books

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