Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,332

    [SOLVED] Re: Subclass not compiling.

    Glad you got it. Please Mark this thread as solved
  2. Replies
    6
    Views
    1,332

    [SOLVED] Re: Subclass not compiling.

    It means that the call to a constructor or a method MUST pass it the args that they require.
  3. Replies
    6
    Views
    1,332

    [SOLVED] Re: Subclass not compiling.

    The SavingAccount's super class: BankAccount does NOT have a constructor that takes two Strings as args.
    A couple of choices:
    Change the call to the super constructor to pass the args that it...
Results 1 to 3 of 3