Hi Java Programming Assignment Dealing Superclasses Subclasses Asked Write Program Create Q43839386
Hi there,
This is a java programming assignment dealing with superclassesand subclasses.
You are asked to write a program to create an inventoryof pets in a pet store called Pooches Pet Store. The name is a bitironic in that there are no dogs currently in the store. Start witha Pet parent class and three types of pets (birds, cats and fish)as child classes. Use the following UML diagram to help write theprogram. Create some test pets to ensure that your program isrunning properly.

Consider any possible problems or limitations of thisprogram. Modify your code to help correct these problems or improveon these limitations.
Pet EyeColor: String Age: Float Weight: Float Location: String eat (foodType) sleep(timelength) Bird Fish Cat FeatherColor: String Wingspan: String BeakType: String FurColor: String WhiskerColor: String FurLength: String ToeNumber: Integer Jawless: Boolean Skeleton Type: String DorsalFin: Boolean BodyType: String squawk() fly() purr(soundLevel) meow() groom() swim(direction) detectLight() Show transcribed image text Pet EyeColor: String Age: Float Weight: Float Location: String eat (foodType) sleep(timelength) Bird Fish Cat FeatherColor: String Wingspan: String BeakType: String FurColor: String WhiskerColor: String FurLength: String ToeNumber: Integer Jawless: Boolean Skeleton Type: String DorsalFin: Boolean BodyType: String squawk() fly() purr(soundLevel) meow() groom() swim(direction) detectLight()
Expert Answer
Answer to Hi there, This is a java programming assignment dealing with superclasses and subclasses. You are asked to write a progr…
OR