View Single Post
  #2 (permalink)  
Old 07-30-2007, 06:04 PM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
My thoughts are the same. Create an interface that defines a method that the loop method will call 100 times. Then create a class for each method you want to loop that implements the interface. Then just call the loop method and pass in a different class each time.
Reply With Quote