Object Oriented Quotes
- I invented the term 'Object-Oriented', and I can tell you I did not have C++ in mind. — Alan Kay
- Design Patterns - Elements of Reusable Object-Oriented Software — Erich Gamma
- For me, the concept of design is more than object-oriented; it encompasses the design of processes, systems and institutions as well. Increasingly, we need to… — John Seely Brown
- Object-oriented programming as it emerged in Simula 67 allows software structure to be based on real-world structures, and gives programmers a powerful way to simplify… — David Gelernter
- Object-oriented programming aficionados think that everything is an object.... this [isn't] so. There are things that are objects. Things that have state and change their… — Alexander Stepanov
- The problem with object-oriented languages is they've got all this implicit environment that they carry around with them. You wanted a banana but what you… — Joe Armstrong
- Certainly not every good program is object-oriented, and not every object-oriented program is good — Bjarne Stroustrup
- Object-oriented design is the roman numerals of computing. — Rob Pike
- 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… — Bill Joy
- I used to be enamored of object-oriented programming. I'm now finding myself leaning toward believing that it is a plot designed to destroy joy. — Eric Allman
- The combination of threads, remote-procedure-call interfaces, and heavyweight object-oriented design is especially dangerous... if you are ever invited onto a project that is supposed to… — Eric S. Raymond
- Shipping first time code is like going into debt. A little debt speeds development so long as it is paid back promptly with a rewrite.… — Ward Cunningham
- Object-oriented programming is an exceptionally bad idea which could only have originated in California. — Edsger Dijkstra