(Choose 1 answer)
You have been given a design document for a veterinary registration system for implementa states:
"A pet has an owner, a registration date, and a vaccination-due date. A cat is a pet that hasi has been neutered, and a textual description of its markings.Given that the Pet class has already been defined and you expect the Cat class to be used f the application, how would you make the opening declaration of the Cat class, up to but not i opening brace? Use only these words and spaces: boolean, Cat, class, Date, extends, Objec private, protected, public, String. (Select the most correct declaration).
A. protected class Cat extends Owner
B. public class Cat extends Object
C. public class Cat extends Pet
D. private class Cat extends Pet