logo

Crowdly

The following code represents a class that contains a constructor method. What i...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

The following code represents a class that contains a constructor method. What is wrong with it and how would you fix it?

public class WaterBottle

{

  private double capacity;

  private String colour;

  private double fullness;  

  public BigWaterBottle(double capacity, String colour, double fullness)

  {

    this.capacity = capacity;

    this.colour = colour;

    this.fullness = fullness;

  }

}

More questions like this

Want instant access to all verified answers on moodle.acadiau.ca?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!