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 11:27, 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 Wikepiedia article on objects.

Related Links