• 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

Understanding of OO Programming

 
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can i have a link to understand the OO Programming concept and its implementation examples as i'm a newbie in OOP.
Please advise.
Thanks

Rashid
 
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rashid,
I would suggest you start with Craig Larman - Applying UML and Patterns before referring to any online stuff.
Once you have grasped the fundamentals you can supplement your knowledge with various links available on OOAD.My favorite is Cetus Links.
Also, please do a search in this forum for other good links on OOAD.I am sure this has been requested many times before.
-- Sandeep
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Another good book, that covers basic OO Concepts is 'Fundamentals of Object Oriented Design' by Page-Jones
 
Sheriff
Posts: 17644
300
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Martin Fowler - http://www.martinfowler.com
Robert Martin - http://www.objectmentor.com (see articles)
Allen Holub - http://www.holub.com
Scott Ambler - http://www.ambysoft.com
 
Rashid Ali
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you all very much for your support and help and the links you provided to me.
Rashid
 
reply
    Bookmark Topic Watch Topic
  • New Topic