Search:

Type: Posts; User: bczm8703

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    1,050

    Re: Problem with inheritance??

    sorry to post this question here...

    Codes for BankDB


    public Customers[] readFile(String filename)throws FileNotFoundException

    {
    scStream = new Scanner(new File(filename));
    int...
  2. Replies
    2
    Views
    1,050

    Problem with inheritance??

    Codes:


    public class Customers
    {
    int accID;
    String name;
    String address;
    String dob;
    String phone;
Results 1 to 2 of 2