Challenge: Declaring Class Attributes
Follow along with the statements mentioned in the problem to solve the challenge related to class attributes.
We'll cover the following...
Problem statement
Declare the following in the given FatherPanda
class:
-
Declare a
public boolean
type variable and name it isPredator. -
Declare a ...