Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . Follow the class instruction and complete the Cat class. ( 3 0 points ) Create class Cat a . Add properties: i .

1. Follow the class instruction and complete the Cat class. (30 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 color(s) 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 2 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 3 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visual Basic Net Database Programming

Authors: Rod Stephens

1st Edition

0789726815, 978-0789726810

More Books

Students also viewed these Databases questions

Question

2. What potential barriers would you encourage Samuel to avoid?

Answered: 1 week ago