Tuesday, April 19, 2011

Object-Oriented Programming

lesson 3


A computer-programming methodology that focuses on data items rather than processes. 

The object-oriented approach focuses first on the data items (entities, objects) that are being manipulated. 

The emphasis is on characterizing the data items as active entities which can perform operations on and for themselves. 

It then describes how system behavior is implemented through the interaction of the data items.

No comments:

Post a Comment