1. Create a class named Cat. Declare two (2) empty instance variables: catType (String) and cutenessLvl (int). 2. Create a public constructor without parameters. Inside the constructor, set the values of catType and cutenessLvl to "Unknown" and 3, respectively. 3. Add another public constructor with two (2) parameters: type (String) and Ivl (int). Inside the constructor, assign type to cat Type and level to cutenessLvl. 4. Create an int type of method named getCuteness(). This method shall return the cat's cuteness level.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter10: Introduction To Inheritance
Section: Chapter Questions
Problem 6RQ
icon
Related questions
Question

In Java Langauge.

1. Create a class named Cat. Declare two (2)
empty instance variables: catType (String) and
cutenessLvl (int).
2. Create a public constructor without
parameters. Inside the constructor, set the
values of catType and cutenessLvlto
"Unknown" and 3, respectively.
3. Add another public constructor with two (2)
parameters: type (String) and Ivl (int). Inside
the constructor, assign type to cat Type and
level to cutenessLvl.
4. Create an int type of method named
getCuteness(). This method shall return the
cat's cuteness level.
Transcribed Image Text:1. Create a class named Cat. Declare two (2) empty instance variables: catType (String) and cutenessLvl (int). 2. Create a public constructor without parameters. Inside the constructor, set the values of catType and cutenessLvlto "Unknown" and 3, respectively. 3. Add another public constructor with two (2) parameters: type (String) and Ivl (int). Inside the constructor, assign type to cat Type and level to cutenessLvl. 4. Create an int type of method named getCuteness(). This method shall return the cat's cuteness level.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Software Development
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT