Object Oriented Programming
From GPWiki
(Redirected from OOP)
| |
This article is a stub. You can help out by expanding 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 Orientation Tips
- Object-Oriented System Development
- flipCode - Using Inheritance And Virtual Functions
Object-oriented Game Programming
- DevMaster.Net - Object-Oriented Game Design
- Gamasutra - Game Coding Complete: Smart Design Practices (book excerpt)
- Gamasutra - Object-Oriented Game Development: Iterative Development Techniques
- Gamasutra - The Guerrilla Guide to Game Code
- GameDev.Net - Object-Oriented Scene Management
- generation5 - Object-Orientation and Gaming