Search:

Type: Posts; User: camel-man

Search: Search took 0.32 seconds.

  1. Replies
    17
    Views
    3,804

    Re: Create a Balloon object in java

    That's what your constructors are for. Anytime you create an object you should pass the values you want. This will initialize the values (if your constructors are set up that way.)
  2. Replies
    17
    Views
    3,804

    Re: Create a Balloon object in java

    Adjust altitude expects an integer to be passed, but you don't give it anything.


    secondBalloon.adjustAltitude();
  3. Replies
    17
    Views
    3,804

    Re: Create a Balloon object in java

    What's your question?
Results 1 to 3 of 3