Package edu.nwmissouri.animalList
Class SquirrelGroup
java.lang.Object
edu.nwmissouri.animalList.SquirrelGroup
SquirrelGroup class demonstrating run and create methods
- Author:
- Nithin Reddy Kumbham
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SquirrelGroup
public SquirrelGroup()
-
-
Method Details
-
create
public static int create()Create a static group of Squirrel- Returns:
- the number of animals in the group
-
run
public static void run()Run (simulate) the group doing things
-