public class Dog extends Animal { // Covariance return type @Override public Dog getInstance() { return this; } }