Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, Visual Basic .NET, Ruby, Objective-C, and Swift. Objects also form the basis for many web technologies such as JavaScript, Python, and PHP. It is of vital importance to learn the fundamental concepts of object orientation before starting to use object-oriented development environments. OOP promotes good design practices, code portability, and reuse–but it requires a shift in thinking to be fully understood. Programmers new to OOP should resist the temptation to jump directly into a particular programming language or a modeling language, and instead first take the time to learn what author Matt Weisfeld calls “the object-oriented thought process.” Written by a developer for developers who want to improve their understanding of object-oriented technologies, The Object-Oriented Thought Process provides a solutions-oriented approach to object-oriented programming. Readers will learn to understand the proper uses of inheritance and composition, the difference between aggregation and association, and the important distinction between interfaces and implementations. While programming technologies have been changing and evolving over the years, object-oriented concepts remain a constant–no matter what the platform. This revised edition focuses on the OOP technologies that have survived the past 20 years and remain at its core, with new and expanded coverage of design patterns, avoiding dependencies, and the SOLID principles to help make software designs understandable, flexible, and maintainable.
Readers will also become more efficient and better thinkers in terms of object-oriented development. This revised edition focuses on interoperability across various technologies, primarily using XML as the communication mechanism.
International Standard Book Number : 0-672-32611-6 Library of Congress Catalog Card Number : 2003113099 Printed in the United States of America First Printing : December 2003 06 05 04 4 3 Associate Publisher Michael Stephens ...
Couldn't we use constants or maybe some enumerated types for the builders and woods? ... It looks like in Rick's inventory, he's got “Fender” with a capital “F,” and the customer's specs have “fender” all lowercase.
Object Thinking blends historical perspective, experience, and visionary insight - exploring how developers can work less like the computers they program and more like problem solvers.
You can find a whole range of programming textbooks intended for complete beginners.
5. Ibid, pp. 60, 64. 6. Beck, K., Extreme Programming Explained: Embrace Change, Boston: AddisonWesley, 2000, pp. 108–109. 7. Jeffries, R., Anderson, A., Hendrickson, C., Extreme Programming Installed, Boston: AddisonWesley, 2001, pp.
The Object-Oriented Thought Process, Second Edition will lay the foundation in object-oriented concepts and then explain how various object technologies are used. Author Matt Weisfeld introduces object-oriented concepts, then covers...
All the main case-studies used for this book have been implemented by the authors using Java. The text is liberally peppered with snippets of code, which are short and fairly self-explanatory and easy to read.
Practical and down-to-earth in approach, this bestseller explores the art of designing object-oriented software. It offers basic design principles and a specific design process that can be applied to...
On this occasion, they were Tim Mackinnon, Peter Marks, Ivan Moore, and John Nolan. I particularly remember from that evening a crude diagram of an onion3 and its metaphor of the many layers of software, along with the mantra “No ...