// A container has things inside that can be seen and interacted with. /// class Container extends Thing { public put (...things : Array) { } }