Untitled
unknown
plain_text
2 years ago
253 B
7
Indexable
public class Laptop extends Computer
{
private double batteryLife;
public double getBatteryLife()
{
return batteryLife;
}
public void setBatteryLife(double batteryLife)
{
this.batteryLife = batteryLife;
}
}Editor is loading...
Leave a Comment