Computer Applications

In the example given below of class Cat, identify the variable and the methods:

Cat
Name
meow()
eat()
play()

Java Classes

6 Likes

Answer

Variable: Name

Methods: meow(), eat(), play()

Answered By

3 Likes


Related Questions