parent
09619abf33
commit
2984996352
@ -0,0 +1,6 @@
|
||||
public interface Shape {
|
||||
double calculateArea();
|
||||
double calculatePerimeter();
|
||||
String getColor();
|
||||
void setColor(String color);
|
||||
}
|
||||
Loading…
Reference in new issue