Search:

Type: Posts; User: dlorde

Search: Search took 0.09 seconds.

  1. Re: Inheritance in BlueJ, parent class has two parameters but child class has one...

    Howdy neighbor! Glad you got it done <):)
  2. Re: Inheritance in BlueJ, parent class has two parameters but child class has one...

    Fair enough; I'm not sure it matters - it's not really like cascading constructors; when dealing with a list of Shapes, the 2 parameter method will be called, and I prefer to see the more general...
  3. Re: Inheritance in BlueJ, parent class has two parameters but child class has one...

    Given that definition of Shape and that Square must extend Shape, you'll have to implement the Shape changeSize(..) method that takes 2 parameters in Square. In that method, check that both...
Results 1 to 3 of 3