Monday, September 15, 2008

Object-Oriented Programming

This is a method of programming where data structures are treated as “objects” rather than as variables. The main advantage with object-oriented programming is that it enables the management of very large software projects which if coded procedurally would have been almost impossible to support or extend. By having objects that interact with each other, the programmer is able to logically limit the problem to a specific subset, and needs to only ensure that the localized problem is dealt with—rather than having to pay attention to larger issues that are irrelevant in the context.


0 comments: