example.fruit
Class Apple

java.lang.Object
  extended by example.fruit.Fruit
      extended by example.fruit.Apple

public class Apple
extends Fruit


Constructor Summary
Apple(int leaves)
           
 
Method Summary
 int numberOfLeaves()
           
 
Methods inherited from class example.fruit.Fruit
isRipe, ripen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Apple

public Apple(int leaves)
Method Detail

numberOfLeaves

public int numberOfLeaves()


Copyright © 2010. All Rights Reserved.