Search:

Type: Posts; User: barry1888

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    944

    Re: Problem with inheritance

    I am confused do could you explain ??does it have to be a 5 parameter constructor to work ?
  2. Replies
    3
    Views
    944

    Problem with inheritance

    public abstract class Member
    {
    private String membername;
    private int membermembershipYear;
    private char membergender;
    private char membertype;
    private int memberid;

    ...
Results 1 to 2 of 2