Skip to content

Commit 44fc2e9

Browse files
committed
Fifth Recorded Day
1 parent ce61810 commit 44fc2e9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Runtime Polymorphism/Animal.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
public abstract class Animal {
2+
abstract void speak();
3+
}

0 commit comments

Comments
 (0)