Thought I would say hi, first post here.
Well I have had really really bad luck with studying thus far, went to uni for four years to study game design and due to illness got kicked out every year for four years even with mitigation, now left with a 30k debt and a bad taste in my mouth.
To top it all of the student loans company (SLC )won�t let me continue my studies with the open university as I owe them an overpayment so I have lost all of my degree credits for the sake of �900 =(
I was studying OO in
Java and scored well in the first two tutor marked assignments 98% average, having never studied Java before but unfortunately the SLC withdraw my funding so that�s more uni credits down the toilet.
What�s next�
Being someone that will not give up even after being stamped into the floor by red tape I looked into studying Java on my own.
That brings me to this site and
SCJA.
I have read every post on this forum (SCJA) area and hope to get some help in studying this course and get myself certified.
Not in a position to buy the books right now so self study is going to have to happen without them for the time being, but they are defiantly on my shopping list when I can afford them.
Been using a friends sun disks as he has finished with them, I must say that although I have learned a lot, the exercises considering they are for beginners in module WJ-1104a assume knowledge well beyond mine and include code to write that has not even been learned.
I am stuck rite now with implementing a super class / sub class relation ship to create in short an employees class that has the following requirements and any help would be more than appreciated.
Here is a short excerpt of the task at hand.
In this task, you design subclasses and a super class using the information in the following paragraphs (as a group).
Publishing, Inc. has employees in several different positions. These positions are:
Technical Writers, Graphic Illustrators, Managers, and Editors.
Publishing, Inc. wants you to create a program for tracking information about each of its workers. This information consists of: the worker�s name, job title, employee ID (in the range of 1 to 10,000), and level (1, 2, or 3).
Additionally:
Managers must have a list of employees that they manage.
Technical Writers, Graphic Illustrators, and Editors must have a list of skills that
they have. Editors must have a value indicating whether they prefer to do electronic editing or paper-based editing. All subclasses must have a method to display the information for the employee type. I am attempting to create a UML in Netbeans without luck thus far.
Until this point I have been doing well but this is a blow to my confidence and I hope to get your books real soon as after reading the comments on this forum they seem to be much more structured than these disks, I would have been well peaved if I had paid �600 for them.
I understand more than I am probably giving my self credit for and have grasped the OO concepts, encapsulation using private fields and getter setters, polymorphic methods implementing classes contained in packages etc, I also know how to use the extends keywords to inherit but the task above is well above my programming level.
Any tips or advice would be greatly appreciated thanks.