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

Object Oriented For Beginner

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

I am new to object oriented.

It seems it is divided into several parts:

Object-oriented analysis and design
Object-oriented design
Object-oriented database
Object-oriented modeling
Object-oriented operating system
Object-oriented programming
Object-oriented software engineering
Object-oriented user interface

As a beginner where do i start? && What books do you recommend to me?

Thanks in Advance
 
Ranch Hand
Posts: 37
Netbeans IDE Chrome Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hm...Not sure this is the right place but..

If you're entirely new, there are quite a few decent tutorials online. The Java Tutorials from Oracle seem to be decent (considering they are tutorials for their own product). Get yourself an IDE (Netbeans, Eclipse, etc) and try working your way through. I'm fairly new, but so far I've found it's hard to point to any one resource. It seems like the best thing to do is read about the topics you're covering from many sources, and ask questions when you get confused.

 
Marshal
Posts: 80954
522
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Danny Treart wrote: . . . Get yourself an IDE (Netbeans, Eclipse, etc) and try working your way through. . . .

We usually advise new people to avoid IDEs because there is too much to learn and the IDE can confuse them.
The Java Tutorials are the most comprehensive resource I have found, but they are not good for teaching OO. You could try an introductory Java® book which uses OO, e.g. Head First Java by Sierra and Bates. Since it is about 9 years old, you can find second‑hand copies at very reasonable prices.
 
Ranch Hand
Posts: 217
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Head over to udemy and do some of their free java courses - not all use an IDE so theres something to start off with until you feel ready to move onto an IDE formatted course
 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would recommend to read "Object Thinking" book by David West
 
A berm makes a great wind break. And we all like to break wind once in a while. Like this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic