View Single Post
  #2 (permalink)  
Old 08-14-2007, 05:29 PM
lockmac lockmac is offline
Member
 
Join Date: Aug 2007
Posts: 8
lockmac is on a distinguished road
Wouldnt this be useful for creating objects "on the fly"? E.g. having a Customer class and creating a new Customer that gets put into a customerList[] array? You would then just create it like customerList[new Customer(name, address, phone)..i would of though this is a practical use.. unless i dont know of others and have completely mis-understood your statement..
Reply With Quote