com.isima.zz3.advjava.tp1.factorymethod
Class Creator2

java.lang.Object
  extended by com.isima.zz3.advjava.tp1.factorymethod.ACreator
      extended by com.isima.zz3.advjava.tp1.factorymethod.Creator2

public class Creator2
extends ACreator

Author:
brunot

Constructor Summary
Creator2()
           
 
Method Summary
 IProduct createProduct()
           
 
Methods inherited from class com.isima.zz3.advjava.tp1.factorymethod.ACreator
operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Creator2

public Creator2()
Method Detail

createProduct

public IProduct createProduct()
Specified by:
createProduct in class ACreator