Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . Follow the class instruction and complete the Cat class. ( 3 0 points ) Create class Cat a . Add properties: i .
Follow the class instruction and complete the Cat class. points
Create class Cat
a Add properties:
i What characteristics do they have? Name, age, color, type domestic feral etc. secure
the data
ii What colors might they have? White, cream, fawn, Cinnamon, Chocolate, Red, Lilac,
Blue, Black, Lavender, etc.
b Add methods: eat play etc.
c Constructors?
i A class provides a special type of methods, known as constructors, which are invoked to
construct objects from the class
ii Create different constructor with different initialization parameters
d How to get the number of cats? Add a static variable and a static method to print out the number
of cats.
e Test Cat class by creating Cat instances:
i Each cat should have different properties.
ii Test all the methods.
iii. Print out the number of cats
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started