There is a semicolon at the end of the statement whereyou are defining the Dog(String name, String breed)constructor. Remove the semicolon and the code worksfine.