LYCOS RETRIEVER
Object-Oriented Programming: Code
built 807 days ago
Object-oriented programming generates a lot of what looks like work. Back in the days of fanfold, there was a type of programmer who would only put five or ten lines of code on a page, preceded by twenty lines of elaborately formatted comments. Object-oriented programming is like crack for these people: it lets you incorporate all this scaffolding right into your source code. Something that a Lisp hacker might handle by pushing a symbol onto a list becomes a whole file of classes and methods. So it is a good tool if you want to convince yourself, or someone else, that you are doing a lot of work.
Source:
The use of an object oriented programming system (OOPS) is important enough to warrant its own discussion. OOPS is both a model and a philosophy for developing computer code that is becoming central to the computer software industry, for the same reasons that OOPS is used for oscar's development. OOPS:
Source:
For small tasks, you may find that using ActionScript with a procedural programming paradigm is all you need. For larger projects, applying OOP principles can make your code easier to understand, maintain, and extend.
Source: