Okay, I'm going to be honest here, it's been a while since I last took a Java class and now I need to do an advanced version of that class...which sucks considering I've pretty much forgotten everything I've learned in the basic class. I need help getting back into this. Here's what I need to do for my current assignment. I need to create a class called Horse that contains data fields for the name, color, and birth year. I need to include get and set methods for those fields. Next I need to create a subclass named RaceHorse, which contains an additional field that holds the number of races in which the horse has competed and additional methods to get and set the new field. Then I need to write an application that demonstrates using objects of each class.
I'm resorting to this because I'm pretty much completely clueless as to how to start this, let alone how to complete it. Coding isn't my thing but I cannot fail this course or I may lose my grant, and I literally cannot afford to lose it in this economy.
Please guys, I need help here.