Add 'Programming/ProgLab3/' from commit 'da7c6aa397ab3d503b9328211e5aaa932c071524'
git-subtree-dir: Programming/ProgLab3 git-subtree-mainline:329aa90447git-subtree-split:da7c6aa397
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package food;
|
||||
|
||||
public interface Eatable {
|
||||
double getTaste();
|
||||
Color getColor();
|
||||
void setTaste(double taste);
|
||||
void setColor(Color color);
|
||||
void changeTaste(double change);
|
||||
}
|
||||
Reference in New Issue
Block a user