• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Learning Object Oriented Design - Code Implementation

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

Please guide me how to start implementation of an Object oriented design in code in Java.
I want to learn how to create or design a skeleton of a new project whose requirements are handy.
I have background of OO programming with java but here I need to take an initiative to design a project.
Please put some light on this and suggest some study materials / Books.

Thanks
 
Bartender
Posts: 2292
3
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy, Pari!

Well, I honestly think it takes a lot of studying and practicing until you start solving real world problems with good code. You'll have to study a lot, but with discipline, you'll be able to make it. I'd say that two good starting points are the Head First Object-Oriented Analysis and Design and the Head First Java books.
 
Greenhorn
Posts: 16
Eclipse IDE Safari Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Pari,

In order to design in object oriented way, you need to start thinking in object oriented way. This requires a lot of reading, learning, and practicing. Now, there are many online videos available that can help you in the learning.
reply
    Bookmark Topic Watch Topic
  • New Topic