Add modifikatoren stub
This commit is contained in:
@ -21,13 +21,13 @@ class Shape {
|
||||
}
|
||||
}
|
||||
|
||||
class Rectangle {
|
||||
class Rectangle extends Shape {
|
||||
public String toString() {
|
||||
return "Rectangle";
|
||||
}
|
||||
}
|
||||
|
||||
class Circle {
|
||||
class Circle extends Shape {
|
||||
public String toString() {
|
||||
return "Circle";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user