public class Main { public static void main(String[] args) { Dog d = new Dog("Bod"); d.mark(); } }