Book description
The Object-Oriented Thought Process
Third Edition
Matt Weisfeld
An introduction to object-oriented concepts for developers looking to master modern application practices.
Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, and Visual Basic .NET. By designing with objects rather than treating the code and data as separate entities, OOP allows objects to fully utilize other objects’ services as well as inherit their functionality. OOP promotes code portability and reuse, but requires a shift in thinking to be fully understood. Before jumping into the world of object-oriented programming languages, you must first master The Object-Oriented Thought Process.
Written by a developer for developers who want to make the leap to object-oriented technologies as well as managers who simply want to understand what they are managing, The Object-Oriented Thought Process provides a solution-oriented approach to object-oriented programming. Readers will learn to understand object-oriented design with inheritance or composition, object aggregation and association, and the difference between interfaces and implementations. 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. A more detailed focus is placed on how business objects operate over networks, including client/server architectures and web services.
“Programmers who aim to create high quality software–as all programmers should–must learn the varied subtleties of the familiar yet not so familiar beasts called objects and classes. Doing so entails careful study of books such as Matt Weisfeld’s The Object-Oriented Thought Process.”
–Bill McCarty, author of Java Distributed Objects, and Object-Oriented Design in Java
Matt Weisfeld is an associate professor in business and technology at Cuyahoga Community College in Cleveland, Ohio. He has more than 20 years of experience as a professional software developer, project manager, and corporate trainer using C++, Smalltalk, .NET, and Java. He holds a BS in systems analysis, an MS in computer science, and an MBA in project management. Weisfeld has published many articles in major computer trade magazines and professional journals.
Table of contents
- Title Page
- Copyright Page
- Contents at a Glance
- Table of Contents
- About the Author
- Dedication
- Acknowledgements
- We Want to Hear from You!
- Reader Services
- Introduction
- 1. Introduction to Object-Oriented Concepts
- 2. How to Think in Terms of Objects
- 3. Advanced Object-Oriented Concepts
- 4. The Anatomy of a Class
- 5. Class Design Guidelines
- 6. Designing with Objects
- 7. Mastering Inheritance and Composition
- 8. Frameworks and Reuse: Designing with Interfaces and Abstract Classes
- 9. Building Objects
- 10. Creating Object Models with UML
- 11. Objects and Portable Data: XML
- 12. Persistent Objects: Serialization and Relational Databases
- 13. Objects and the Internet
- 14. Objects and Client/Server Applications
- 15. Design Patterns
- Index
Product information
- Title: The Object-Oriented Thought Process
- Author(s):
- Release date: August 2008
- Publisher(s): Addison-Wesley Professional
- ISBN: 9780768678666
You might also like
book
Algorithmic Thinking
Algorithmic Thinking will teach you how to solve challenging programming problems and design your own algorithms. …
book
The Mikado Method
The Mikado Method is a book written by the creators of this process. It describes a …
audiobook
The Design of Everyday Things
First, businesses discovered quality as a key competitive edge; next came science. Now, Donald A. Norman, …
book
The Object-Oriented Thought Process, 5th Edition
Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, Visual Basic …