denisecase / Zoo04Lab

Zoo Simulation

Home Page:https://zooweb.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cat.java must override speak() and move() from Animal. For addl Cat methods, remove @Override annotation

denisecase opened this issue · comments

Nice work adding special behaviors to your Cat class!

Compare to superclass /parent Animal class to see which methods already exist in Animal - only those should get the @OverRide annotation.