Package edu.nwmissouri.animalList
Class PandaGroup
java.lang.Object
edu.nwmissouri.animalList.PandaGroup
Provides methods to create and run a group of Pandas
- Author:
- Preethi Jadhav
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PandaGroup
public PandaGroup()
-
-
Method Details
-
create
public static int create()Create a static group of Panda- Returns:
- the number of animals in the group
-
run
public static void run()Run (simulate) the group doing things
-