Object Oriented Confusion
October 8th, 2006I started to learn to program with BASIC. Then I learned C. Now I have a class that requires me to use Java. Java is all about Objects. I find myself struggling to grasp the concept. Just when I think I have it then I find something else that I’m not quite getting. I am working on a simulation program demonstrating preemptive multitasking on a single CPU system. No matter what I do I can’t seem to get rid of redundant methods in two of my classes. There has to be a good way to take care of this problem, but everything I can think of just adds complexity to the program, which is what I’m trying to avoid. Maybe I’ll post again with a solution, if I ever find one, that is.
February 22nd, 2009 at 10:54 pm
Hmmm, I know I found a solution to this. Let me see if I can find the old code and dig it out. It might be of use to someone out there.