Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Designing Object Oriented C++ Applications Using The Booch Method [Hardcover]

Robert C. Martin
4.6 out of 5 stars  See all reviews (11 customer reviews)


Available from these sellers.


Free Two-Day Shipping for College Students with Amazon Student

Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

February 15, 1995 0132038374 978-0132038379 1st
For senior/graduate level courses on Object Oriented Design using C++, and the Booch (BC) - OOD book. A practical, problem-solving approach to the fundamental concepts of Object Oriented Design and their application using C++. This book is written for the "engineer in the trenches". It is a serious guide for practitioners of Object-Oriented design. The style is narrative, and accessible for the beginner, and yet the topics are covered in enough depth to be relevant to the consumate designer. The principles of OOD explained, one by one, and then demonstrated with numerous examples and case studies.


Editorial Reviews

From the Publisher

A practical, problem-solving approach to the fundamental concepts of Object Oriented Design and their application using C++. This book is written for the "engineer in the trenches". It is a serious guide for practitioners of Object-Oriented design. The style is narrative, and accessible for the beginner, and yet the topics are covered in enough depth to be relevant to the consumate designer. The principles of OOD explained, one by one, and then demonstrated with numerous examples and case studies.

From the Back Cover

Using a practical, problem-solving approach -- written from an engineering (rather than a computer science) point of view -- this book teaches the fundamental concepts of object-oriented design and how those concepts can be applied using C++. It provides readers with the tools to deal with larger and more complex projects than they may be used to, and shows how to develop an object-oriented application -- from the early stages of analysis, through the low level design, and into the implementation. Focuses on the practical approaches to software engineering (both in the creation of the logical design, and the physical development environment); highlights traps, pitfalls, and work-arounds in the application of C ++ to OOD; shows how to use the Booch method of OOD (exploring the notation in detail, using it to present the concepts of OOD, and where appropriate, translating the notation into corresponding C++ code); and presents the different forms of object-oriented multiprocessing and the tools and principles of designing object-oriented applications using them. For engineers who want to build software systems in C++ using Object-Oriented Design techniques, and for software engineers who want to learn the nitty gritty details of building Object-Oriented software.

Product Details

  • Hardcover: 512 pages
  • Publisher: Prentice Hall; 1st edition (February 15, 1995)
  • Language: English
  • ISBN-10: 0132038374
  • ISBN-13: 978-0132038379
  • Product Dimensions: 9.4 x 7 x 0.7 inches
  • Shipping Weight: 2.2 pounds
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (11 customer reviews)
  • Amazon Best Sellers Rank: #422,791 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

4.6 out of 5 stars
(11)
4.6 out of 5 stars
Share your thoughts with other customers
Most Helpful Customer Reviews
8 of 8 people found the following review helpful
By A Customer
Format:Hardcover
I have used this book in the years since it was first pubished and have reccommended it on numerous occasions.
It tackles the chasm that seperates idealistic design from realistic implementation.
I refer to it no matter which OO design methodology I am using, no matter which OO language a system is being implemented in.
I have found that the difference between the designs of people who exercise the principles of this book and those who don't are noticeable - especially during the design of large systems
Comment | 
Was this review helpful to you?
6 of 7 people found the following review helpful
4.0 out of 5 stars Well done for its time, but showing its age July 22, 2002
By A Customer
Format:Hardcover
Of course, anyone up on the world of software development can tell that this book is long-in-the-tooth just by the title. Even Grady Booch doesn't use the Booch method anymore.

Robert Martin includes one of the best sections on software metrics you are going to find anywhere. His discussion of coupling is clear and usable. He was a little too zealous when he "defined" representational objects as "not-OO" because they didn't fit on his "main sequence." His main sequence analysis is useful, but he's a little too rigid about it.

His definition of the famous "Open-Closed" principle is obscure, but he makes up for it with copious examples.

I really must praise his Security System example as one of the best thought out examples in the literature. His use case analyses, though, are really not up with the times, and were not very well explained in the first place.

Unfortunately, there aren't a lot of folks writing better books in the time since. For use cases, Check out Alistair Cockburn. For modeling, pretty much anything post 1999 from Rational Software will give you better method introductions. Read this book, though, for examples of how even big projects can be done well.

Comment | 
Was this review helpful to you?
3 of 3 people found the following review helpful
5.0 out of 5 stars My "Aha!" Moment for O-O Programming January 28, 2002
By A Customer
Format:Hardcover
Even if you don't know C++ or use the Booch method, this is the best work I've read on how to engineer software systems. The principles presented in this book apply regardless of computer language or design notation. And, while the book is geared to O-O, those priciples, I think, apply to software design in general. When you finish this book you will think "Of course! Why would you do it any other way?!". Despite over 20 years experience is software design and programming (including 10 in O-O), this book was the "Aha!" moment that made me truely understand how to design and build software systems. I can't reccommend it highly enough. Now, if Martin would just do the same book using Java and UML...
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
4.0 out of 5 stars Great book to learn OO
This book is the first attempt by Robert Martin to condense his OO design ideas to one spot. Since this book, he's done two more that have the same topic but use Java and C#. Read more
Published 11 months ago by the_sheep
5.0 out of 5 stars Must read
Best software book I've ever read. And I've read quite a lot of them
Published on November 2, 1999
3.0 out of 5 stars it's good
this is the very good book i found till no
Published on August 15, 1999
5.0 out of 5 stars Excellent book for OO/C++
This is the best book I ever read in practical OO/C++ programming, it give the code instead of the text for the principle of the OO design and implementation.
Published on June 16, 1998
5.0 out of 5 stars A must read for serious OO designers
Excelent book. The techniques helped a lot during the (successful) design of a 70K+ OO system. I recommend this book for any software engineer that works with OO/C++.
Published on May 2, 1998 by Pi
5.0 out of 5 stars Excellent!
This should be the "second book" you read on OO design, after any of the introductory books. Read more
Published on October 5, 1997
5.0 out of 5 stars Learn on OO Design & tested methods to validate your Design!
A must for those participating in the (r)evolution of the new approach for designing and implementing applications - Object Oriented Analysis and Design. Read more
Published on February 13, 1997
5.0 out of 5 stars By far, the best OO book I've read to date.
A must have for anyone doing OOA and OOD! If you are
programming in any strongly typed OO language you owe
it to yourself to read this book. Truly excellent!
Published on December 31, 1996
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category