Difference between revisions of "Object Oriented"

From PeformIQ Wiki
Jump to navigation Jump to search
(New page: == Full Name == Object Oriented == Information == A method of software-development that groups related functions and data into reusable chunks. Properly handled, object-oriented program...)
(No difference)

Revision as of 13:26, 19 October 2007

Full Name

Object Oriented

Information

A method of software-development that groups related functions and data into reusable chunks. Properly handled, object-oriented programming can reduce development time on new projects.

See Wikipedia article on objects.

Related Links