In the following method, the type is missing for the paint method agument. What type is required to make this code correct?
public void paint(_____ g) {
super.paint(g);
g.drawRect(rectX, rectY, 50, 50);
}In the following method, the type is missing for the paint method agument. What type is required to make this code correct?
public void paint(_____ g) {
super.paint(g);
g.drawRect(rectX, rectY, 50, 50);
}Create a free account to access the full topic