/** * Write a description of class Dove here. * * @author (your name) * @version (a version number or a date) */ public class Dove extends Pet { @Override public String speak() { String k="pic pic"; return k; } }