Package edu.nwmissouri.animalList
Class DuckGroup
java.lang.Object
edu.nwmissouri.animalList.DuckGroup
Provides methods to create and run a group of Duck
- Author:
- Sandhya Nidigonda
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DuckGroup
public DuckGroup()
-
-
Method Details
-
create
public static int create()Create a static group of Duck- Returns:
- the number of animals in the group
-
run
public static void run()Run (simulate) the group doing things
-