removed redundant makeSound sound method of abstract class Animal (#668)
* made changes to java reflection * removed redundant method makeSound in Animal abstract class
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
fc1bb6b7b1
commit
15dd97b485
@@ -18,10 +18,6 @@ public abstract class Animal implements Eating {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public String makeSound() {
|
||||
return getSound();
|
||||
}
|
||||
|
||||
protected abstract String getSound();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user