CSC/ECE 517 Fall 2011/ch1 1g vn

From Expertiza_Wiki
Revision as of 22:29, 3 September 2011 by Njames2 (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Overview

Object Oriented Programming is a type of programming in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure. In this way, the data structure becomes an object that includes both data and functions. In addition, programmers can create relationships between one object and another. For example, objects can inherit characteristics from other objects.

History

Object Oriented Programming

Scripting Languages

Conclusion

References