¡@

Home 

java Programming Glossary: totalgallons

What is the point of setters and getters in java?

http://stackoverflow.com/questions/1461598/what-is-the-point-of-setters-and-getters-in-java

public int restart public double miles gallons totalMiles totalGallons milesPerGallon public Mileage int newRestart double newMiles.. public void setTotalGallons double newTotalGallons totalGallons newTotalGallons public double getTotalGallons return totalGallons.. newTotalGallons public double getTotalGallons return totalGallons public void setMilesPerGallon double newMilesPerGallon milesPerGallon..