logo

Quotes About Object-oriented

The best way to do research is to make a radical assumption and then assume it's true. For me, I use the assumption that object oriented programming is the way to go.
~ Bill Joy
Parallel inheritance hierarchies is really a special case of shotgun surgery. In this case, every time you make a subclass of one class, you also have to make a subclass of another.
~ Martin Fowler
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
~ Paul Graham