I have a project and I don't understand what the instructions want me to do. Can someone explain them better...? I don't understand constructors, objects, and methods very well but I am trying my best to do this project (i am a bit amazed how i got the highest grade on the test (33/35))...
Add a service class to the project named Student. This program will encapsulate the concept of a student, assuming a student has the following attributes (instance variables): a name, a social security number and a GPA (e.g., 3.5). For the Student class you will write the constructors, accessors and mutators, and toString and equals methods. In the client application class you will instantiate student class objects and write statements (method calls) to test the methods in your student service class
All i need is for someone to help me with re-reading the instructions in a different way... I should be able to do the rest by myself. I am trying to get a hold of my instructor to send me better instructions but he hasn't responded for a couple of days (this is his new instructions (above)) so i am getting new instructions, if he gives it...
Thanks guys.