View Single Post
  #2 (permalink)  
Old 03-28-2008, 06:32 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
Try
Code:
cow c1 = new cow(); cow c2 = c1.buildCow(); // or cow c = new cow().buildCow();
Reply With Quote