Thread: Anonymous class
View Single Post
  #1 (permalink)  
Old 12-24-2007, 11:31 AM
ravian ravian is offline
Senior Member
 
Join Date: Nov 2007
Posts: 115
Rep Power: 0
ravian is on a distinguished road
Default Anonymous class
I am interested in using anonymous classes. I read somewhere that anonymous classes should be preferred when class have a very short body an only one instance of that class is needed.

Can some one guide me about the syntax and working of anonymous classes.

Thanks in advance.
Reply With Quote