or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
56 used & new from $24.73

Have one to sell? Sell yours here

or

Get a $4.00 Amazon.com Gift Card
 
   
Head First Object-Oriented Analysis and Design
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Head First Object-Oriented Analysis and Design (Paperback)

~ Brett D. McLaughlin (Author), (Author), Dave West (Author)
Key Phrases: happy path, public void recognize, use tase, Dumb Questions, Doug's Dog Doors, Head First (more...)
3.7 out of 5 stars  See all reviews (44 customer reviews)

List Price: $49.99
Price: $31.49 & this item ships for FREE with Super Saver Shipping. Details
You Save: $18.50 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Thursday, February 11? Choose One-Day Shipping at checkout. Details
37 new from $25.00 19 used from $24.73

Best Value

Buy Head First Object-Oriented Analysis and Design and get UML 2.0 Pocket Reference (Pocket Reference (O'Reilly)) at an additional 5% off Amazon.com's everyday low price.

Head First Object-Oriented Analysis and Design + UML 2.0 Pocket Reference (Pocket Reference (O'Reilly))
Buy Together Today: $40.98

Show availability and shipping details


Customers Who Bought This Item Also Bought


Editorial Reviews

Book Description

A Brain-Friendly Guide to OOA&D

Product Description

"Head First Object Oriented Analysis and Design is a refreshing look at subject of OOAD. What sets this book apart is its focus on learning. The authors have made the content of OOAD accessible and usable for the practitioner."
--Ivar Jacobson, Ivar Jacobson Consulting

"I just finished reading HF OOA&D and I loved it! The thing I liked most about this book was its focus on why we do OOA&D-to write great software!"
--Kyle Brown, Distinguished Engineer, IBM

"Hidden behind the funny pictures and crazy fonts is a serious, intelligent, extremely well-crafted presentation of OO Analysis and Design. As I read the book, I felt like I was looking over the shoulder of an expert designer who was explaining to me what issues were important at each step, and why."
--Edward Sciore, Associate Professor, Computer Science Department, Boston College

Tired of reading Object Oriented Analysis and Design books that only makes sense after you're an expert? You've heard OOA&D can help you write great software every time-software that makes your boss happy, your customers satisfied and gives you more time to do what makes you happy. But how?
Head First Object-Oriented Analysis & Design shows you how to analyze, design, and write serious object-oriented software: software that's easy to reuse, maintain, and extend; software that doesn't hurt your head; software that lets you add new features without breaking the old ones. Inside you will learn how to:
  • Use OO principles like encapsulation and delegation to build applications that are flexible
  • Apply the Open-Closed Principle (OCP) and the Single Responsibility Principle (SRP) to promote reuse of your code
  • Leverage the power of design patterns to solve your problems more efficiently
  • Use UML, use cases, and diagrams to ensure that all stakeholders are communicating clearly to help you deliver the right software that meets everyone's needs.

By exploiting how your brain works, Head First Object-Oriented Analysis & Design compresses the time it takes to learn and retain complex information. Expect to have fun, expect to learn, expect to be writing great software consistently by the time you're finished reading this!


Product Details


More About the Authors

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

Inside This Book (learn more)

What Do Customers Ultimately Buy After Viewing This Item?

Head First Object-Oriented Analysis and Design
62% buy the item featured on this page:
Head First Object-Oriented Analysis and Design 3.7 out of 5 stars (44)
$31.49
Head First Design Patterns
19% buy
Head First Design Patterns 4.6 out of 5 stars (288)
$29.67
Head First Java, 2nd Edition
10% buy
Head First Java, 2nd Edition 4.4 out of 5 stars (258)
$29.67
Head First Software Development
6% buy
Head First Software Development 4.6 out of 5 stars (14)
$31.49

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(17)
(16)
(7)
(5)
(2)

Your tags: Add your first tag
 

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

 

Customer Reviews

44 Reviews
5 star:
 (18)
4 star:
 (10)
3 star:
 (7)
2 star:
 (3)
1 star:
 (6)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (44 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
71 of 73 people found the following review helpful:
3.0 out of 5 stars Decent Introduction to OOA&D, March 6, 2007
By Shawn McKenna (Modesto, CA USA) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
I like the Head First series, and even Head Rush, for its innovative and fun approach for introductory software topics. I've had small concerns on all of them but I have never been as ambivalent as I have for this book. I know a big part of this problem was that it was rewritten expeditious (I am still not sure of the reason why) and it shows throughout the book with spelling, logic and code errors.

You can tell that the first chapter was rushed. There are several spelling and programming mistakes. The most egregious is where they ask you to look through some code to find what "FIRST" you change and then they answer that question with a much smaller problem (the main problem was they forgot to add a return statement (pg.5) and they write about the inconsistency of using String based searching). It has also been mentioned by several reviewers of the use of the method name "matches" which only makes sense for regex not for an equals operation. I also did not like the search example (how can you not think of price in a search?). The best part of this chapter is the mantra that should be practiced by many engineers: "Make sure your software does what the customer wants it to do."

The next few chapters are definitely better (though still some spelling mistakes). They are a good read for beginners and intermediate programmers on gathering requirements, change of these requirements and analysis. The ideas are a bit simplistic though it is good to get many programmers used to the idea of UML and use cases and using them to drive requirement gathering and textual analysis. Intermediate and advanced readers familiar with use cases will gain more from reading Alistair Cockburn's "Writing Effective Use Cases" (or will already have read it) and for further UML reading should go with "UML Distilled" by Martin Fowler.

When the book gets back to design I see some problems with the coding. The designer has this bizarre idea of abstracting all properties (under the guise of "encapsulate what varies") into a Map attribute to lessen the amount of subclasses for instruments. While initially this may seem a good idea it gets rid of all type-safe coding (you can now safely assign an instrument type to a backwood for the instrument), you cannot have behavior from the instruments (this is mentioned in the book) and if you put a property with one letter misspelled or capitalized out-of-place you now have a bug, one that you might have trouble finding thereby increasing maintenance costs. Too much flexibility makes the code ambiguous.

After design, the studies get to solving really big problems, architecture, design principles, and iterating and testing. These chapters I enjoyed much more especially the chapter on design principles with the beginning mantra that "Originality is Overrated." This chapter goes over basic principles such as OCP (open-closed principle), DRY (don't repeat yourself), SRP (single responsibility principle) and LSP (Liskov Substitution Principle).

Then the book last chapter (the ooa&d lifecycle) sums the lessons in the book in one large (somewhat contrived but these type of examples always are) program for the Objectville Subway. Then two terse appendixes dealing with ten additional OOA&D topics and OO concepts should make the reader realize that this book is just an introductory sliver of what needs to be learned for a sagacious software acumen.

This book is useful for programmers with a bit of Java (or C#) knowledge who want to get a good overview of OOA&D. This book is useful because it teaches important OO vernacular and a simple holistic approach to iterative development. If the book did not have a "quickly done" feeling, better design and fewer mistakes I would have liked this book more. This book is a good candidate for a second edition. If you want a more thorough explanation of these topics I recommend "The Object Primer" by Scott Ambler as one of my favorite books for a good introduction to OOA&D.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
43 of 46 people found the following review helpful:
5.0 out of 5 stars The most creative presentation of software design principles! (And especially for Beginners), December 11, 2006
Am I really the first to write a review on this new installment? Well, let me start with a huge five stars for this new addition to the Head First series!

I had been waiting for this book to hit the shelves a while, since I absolutely loved the innovative approach of the Head First Design patterns book. This one was no different in the way it clearly and creatively presented key principles to good object-oriented design and educated the reader on how to approach designing software for the real world from requirements gathering all the way to anticipating and designing for change.

A few things about this book - in my opinion, there is probably no better way to present the world of software design to a beginner. Instead of talking about abstract concepts, the writers present the material using concrete scenarios, and through-out the book, the reader is encouraged heavily to think through the pitfalls and problems and come up with solutions - there is no better way to learn. There are lots of exercises and even specific places to write ones ideas down.

Some topics covered are of course good object oriented principles like encapsulation and delegation, requirements gathering, use cases, anticipating changes, class diagrams, UML and more. The book only briefly touches (but does not go into too much detail) on state diagrams, sequence diagrams, unit testing and other concepts which are a huge part of software design, in the last chapter. While it does not go into these subjects deeply, it does not leave the reader completely without any knowledge on these topics either.

It does cover more than enough to enable a reader to become very well versed in architectural principles. Best of all, the information is presented in a way where it will stick forever. The whole point is not to cover everything there is to know, but for you to really GET IT, on what is truly crucial to know.

This book is not for seasoned architects or for those who do not appreciate comical diagrams and pictures on every page (Even though, anyone with a sense of humor would appreciate the fun way the information was presented). If however, someone is confused about object oriented design and has only heard the buzz worlds but doesn't know how it all comes together - this book will ensure that they are never confused again. Not only that, but after reading this book, they will be armed with tried and tested principles of experience of what kind of design works for long term solutions vs what is a nightmare.

Another thing to mention is that all the code examples in this book are in Java (as all Head First books are). This is certainly not a problem, even if you do not code in Java, because the principles are the same no matter the language, and C# .NET users in particular will not have any problems following the code examples.
The book does assume prior programming knowledge of an object oriented language in order to follow the code. This is not a book to learn how to write code in a programming language. It teaches how to design and architect your project, with the whole software life-cycle in mind.

There are a few useful appendixes in the back to quickly define and explain the basics of software design elements used in the book (like UML for instance).

Overall, it is a great book for anyone interested in software design principles! Best of all, you will get through this book QUICKLY, because with the creative and fun way that you will be learning, it will be hard to put down.


Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
18 of 19 people found the following review helpful:
5.0 out of 5 stars Another great Head First title, December 12, 2006
By E. Wuehler (Portland, OR) - See all my reviews
(REAL NAME)   
First off, I'm already a fan of the Head First series - especially the Head First Design Patterns book. This book follows the same entertaining style and keeps your attention page after page. To me, there are two kinds of Head First books, ones relating to technologies like Java, Servlets & JSPs, EJB, etc and ones that cover a more traditionally academic topics like Design Patterns and this book, OO Analysis and Design. Personally, I like the Head First treatment on the academic topics better than the others. So, if you weren't a fan of Head First Java (for example) you might want to give this book (or the Design Patterns one) a try.

Specifically for this book - I really liked the chapter layout and the progression as each chapter builds upon the next. The chapters explain the basics of OO principles, ease you into Use Cases and how to write good ones, and continues building upon OO Design principles. When the Head First Design Patterns book came out, we purchased a bunch for the office and held a few "lunch and learn" classes on design patterns for the team at work. I can easily see doing the same thing with this book, as the Head First books make it easy to use as instructional manuals as well.

If you have found other books (lectures, articles, etc) on OO Analysis and Design a bit intimidating or conceptually difficult to grasp, this is the book for you.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

2.0 out of 5 stars Page layout and graphics very distracting
While there is some good information in Head First Object-Oriented Analysis and Design, it is work to extract that information from the dizzying page layouts. Read more
Published 1 day ago by D. R. Barnes

2.0 out of 5 stars For beginners in software development only
I expected it is a nice book summing up and showing good examples, and list all valuable OOD principles. But it is not. Read more
Published 6 months ago by Aleksandr Khlystov

5.0 out of 5 stars Makes concepts easier to understand.
I'm a software professional and I love this book. It helped me to remember some of the concepts that I have forgotten.
Published 8 months ago by Roberto A. Carrillo Padron

2.0 out of 5 stars Not for those new to Java.
Although the books appears easy to understand it it littered with Java code examples so do not buy this book if you aren't comfortable with the Java language.
Published 10 months ago by L. Johnson

4.0 out of 5 stars Value Depends on your Use
The level of design skill needed depends on who you are. This book would not be of much good to a new developer. Read more
Published 10 months ago by John Farrar

5.0 out of 5 stars great book
It's my first experiment with head fisrt book, and it will not be the last, the book is wonderfull by all meanings of the word, now i can think about big systems implementation... Read more
Published 11 months ago by Mostafa farghaly

3.0 out of 5 stars Good Approach - Bad Examples
In spite of an otherwise good and 'casual' approach to explaining the concepts of OOA&D, the examples are SILLY and NOT RELATIVE to the business world. Read more
Published 11 months ago by Mark A. Lucas

3.0 out of 5 stars An introduction
This book is a nice introduction in this "other" world of OOA&D. However, my own preference is to understand what object oriented programming is, "think in objects", and to know... Read more
Published 11 months ago by Olexiy Prokhorenko

5.0 out of 5 stars Great books too bad i didn't need it
Well i haven't actually looked at this book, but I own the first edition too. My teacher marked this as required so I bought it. Read more
Published 16 months ago by D. Baker

5.0 out of 5 stars Fantastic introduction or refresher on object oriented concepts
How I wish I'd had this book earlier in my programming career!

The Head First series use a novel teaching style that is designed to be engaging and informative and to... Read more
Published 22 months ago by Raymond Keefe

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
Is this any different then Head First Design Patterns? 1 December 2006
Why is this book Late?? 3 November 2006
See all 2 discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
   



So You'd Like to...


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.