• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

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: 79707
381
  • 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
 
Clowns were never meant to be THAT big! We must destroy it with this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic