Untitled
Anonymous
plain_text
02/14/2024 2:26 AM
308 B
15
Indexable
public class Desktop extends Computer
{
private boolean monitor;
public boolean getMonitory()
{
return monitor;
}
public void setMonitor(boolean monitor)
{
this.monitor = monitor;
}
}Editor is loading...
Leave a Comment