Search:

Type: Posts; User: jim829

Search: Search took 0.14 seconds.

  1. Replies
    17
    Views
    965

    [SOLVED] Re: BlueJ inheritance Issue. Please Help.

    You no longer need a default constructor in Gadget since you don't call it. But earlier you should have received an error message when you invoked super() in the Phone class.

    Here is an example:...
  2. Replies
    17
    Views
    965

    [SOLVED] Re: BlueJ inheritance Issue. Please Help.

    Ok. I am confused about something. You should have also gotten the error.

    The constructor gadget() is undefined.

    When you invoked super() in the subclass, Phone, the default gadget()...
  3. Replies
    17
    Views
    965

    [SOLVED] Re: BlueJ inheritance Issue. Please Help.

    There are several problems in your code but you need to learn to figure them out. The first hint is it doesn't compile which means it must have a compilation error message. What does it say? Paste...
Results 1 to 3 of 4