Cozimetzer

662
reputation
4
12

It is so beautiful how God has programmed the nature.

A coconut tree, like a

public class CoconutTree extends Life implements Tree{
  private List<Root> root;
  private List<Leaf> leaf;
  private List<Fruit> coconut;
  private Stem stem;
  //getter setter
}

No matter how much I think I can't get this right.