Search:

Type: Posts; User: lewvan00

Search: Search took 0.08 seconds.

  1. Re: Hey Guys new to Java.. Got most of program done require a little assistance plz

    Actually,you can write a get and set method for each attribute of Person.
    Like:


    public String getForename()
    {
    return this.Forename;
    }
    public void setForename(String Forename){...
  2. Re: Hey Guys new to Java.. Got most of program done require a little assistance plz

    hi there,The code will be showed below :



    import java.util.*;

    class Person{

    private String Forename;
    private String Surname;
Results 1 to 2 of 2