Search:

Type: Posts; User: kissyfurs

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Why does OOP hate me so much- can not get my driver to work

    I think I understand. I guess I was expecting the computer to do too much for me. I applied the corrections and updated my boolean according to my original post and it worked correctly, along with...
  2. [SOLVED] Re: Why does OOP hate me so much- can not get my driver to work

    So I can use student.setName (name) and that's correct? Isn't the purpose of the setName Method to set the name? Why do I have to have something in the parenthesis?
  3. [SOLVED] Why does OOP hate me so much- can not get my driver to work

    Ok, so here is my class


    public class Student
    {
    private String name; // student name
    private int id; // student id
    //*********************************************************
    ...
Results 1 to 3 of 3