So this is a homework question, but i've been doing endless reading and am really clouded over!!
I have to use an Object Oriented approach to gain the higher marks for this but I can't work out whether i'm going about this all wrong.
Is it possible to have just one instance of a class and a bunch of instance methods and it still be object oriented? There is a point in this problem where 2 objects are instantiated but that's at the very end and not essential. What i'm concerned with is this 'thing' which over time gets into certain states and those states have to be put right essentially. I'm atm assuming instance methods and a clock/timer class will work fine to do that but as far as I can tell this just leaves one object and that's it. :s