Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Garden

        public Garden()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)