From GPWiki
This page is far from complete, go ahead and write some more!You can extend this page by editing it.
Object Oriented Programming (often refered to as OOP) is a type of programming that consists of treating data as groups or objects, where these objects can inherit from other objects. An example would be a human. You can have one a body, with multiple limbs, and a head. Again, each hand would inherit fingers, and so on. OOP helps organize code and improve reliability. It is also slower to execute than standard individual-variable type programming.
Object oriented programming principles:
Object oriented programming techiniques:
External Links
General Object-oriented Programming
Object-oriented Game Programming
|