Skip to content

Commit 8829085

Browse files
Update abstraction.java
1 parent ec4da87 commit 8829085

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

abstraction.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ abstract class shape
55
class rectangle extends shape
66
{
77
void draw()
8+
9+
810
{
911
System.out.println("rectanle is drawn");
1012
}

0 commit comments

Comments
 (0)