Yet another OO question...
- From: "ChrisW" <c.c.wood@xxxxxxxxx>
- Date: 26 Mar 2007 11:57:09 -0700
This might seem like a really stupid question, but I've realised that
one of the main problems I've got understanding OO (and teaching
myself) is that I don't actually know what to put into different
methods. I'm relatively happy doing basic procedural stuff, and I've
got a ~300 line program which I'm trying to make OO, but I don't know
where to start because I don't know where to split my program into
different methods (if that makes sense...). I'm about a third of the
way through Thinking In Java, and it's a lot better than most of the
other books I've read, but until I understand *what* to actually put
into a method I guess I'm not going to get very far! If anybody's got
any suggestions where I can get more info, or people can explain how
they got through this (surely everyone must go through this mind-set
when they start OO stuff, or do some people just get it naturally?!).
I can explain the program I'm trying to convert and / or post some
pseudo code if that helps,
TIA,
Chris
.
- Follow-Ups:
- Re: Yet another OO question...
- From: pkriens
- Re: Yet another OO question...
- From: Adam Maass
- Re: Yet another OO question...
- From: Luc The Perverse
- Re: Yet another OO question...
- From: Jason Cavett
- Re: Yet another OO question...
- From: Mark Space
- Re: Yet another OO question...
- Prev by Date: Re: Search engine in Java
- Next by Date: Re: Reflection: Instantiate All Classes in a Package?
- Previous by thread: SNAKE GAME
- Next by thread: Re: Yet another OO question...
- Index(es):
Relevant Pages
|