• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Re:Book on Object Oriented Design

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,

Can anyone suggest a good book for object oriented analysis & design in java. I need a book which gives me good explanation on how to approach a problem, in the sense given any real world problem like say "How do you design a parking lot?". Now my approach would be to first know what all elements comprise a parking lot and what all classes I need to implement it and what attributes and methods the design should have and stuff like. Basically I need a good book which explains how to come up with the design of the problem using OOPs concepts. Any suggestions regarding the same will be very helpful.
 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try out HeadFirst Object-Oriented Analysis and Design:
check the book on Amazon.com
It's really perfect book, and amazing way to teach you what you want.
 
Phani Burra
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey thanks a lot man....I am currently using that book. I actually waited for sometime for someone to reply and did my own research and finally ended with it. Nyways thanks for replying back.
reply
    Bookmark Topic Watch Topic
  • New Topic