Saturday, March 6, 2010

What is Object Oriented Programming?

OBJECT-ORIENTATION is a set of tools and methods that enable software engineers
to build reliable, user friendly, maintainable, well documented, reusable software systems that fulfills the requirements of its users. It is claimed that object-orientation
provides software developers with new mind tools to use in solving a wide variety of
problems. Object-orientation provides a new view of computation. A software system
is seen as a community of objects that cooperate with with each other by passing
messages in solving a problem.
An object-oriented programming laguage provides support for the following objectoriented
concepts:
Objects and Classes
Inheritance
Polymophism and Dynamic binding

No comments:

Post a Comment