Untitled
Anonymous
plain_text
02/14/2024 2:26 AM
340 B
15
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