Class Garden
- java.lang.Object
-
- Garden
-
public class Garden extends java.lang.Object
Garden is a simulation of an actual garden that instantiates plants, waters them, and displays them. (Add details if you change things about the class) Look at the lab description for details about what to do with the Garden class.
-
-
Constructor Summary
Constructors Constructor Description Garden()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-