mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Updated recitation doc
This commit is contained in:
parent
d597f8372b
commit
340b13cb09
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class Cow extends Mammal {}
|
|||
class Horse extends Mammal {}
|
||||
class ToyHorse extends Horse {}
|
||||
|
||||
|
||||
Mammal m = new Mammal();
|
||||
Object o = new Object();
|
||||
Horse h = new Horse();
|
||||
ToyHorse t = new ToyHorse();
|
||||
|
|
Loading…
Reference in a new issue