Update 09-Polymorphism.md

This commit is contained in:
My012
2019-08-30 10:04:02 +08:00
committed by GitHub
parent 4ab27d4a62
commit 64a30ccf64

View File

@@ -819,7 +819,7 @@ class Amphibian extends Animal {
}
public class Frog extends Amphibian {
private Characteristic = = new Characteristic("Croaks");
private Characteristic p = new Characteristic("Croaks");
private Description t = new Description("Eats Bugs");
public Frog() {