
In this example, we have placed class
MonthInfo into a package called timeInfo.

Array dim[] within class MonthInfo is
not declared public.  Therefore if
dim2 tries to access that array,
it will produce a compile error.

