View Single Post
  #2 (permalink)  
Old 12-12-2007, 07:48 PM
asifsolkar asifsolkar is offline
Member
 
Join Date: Dec 2007
Location: India
Posts: 11
asifsolkar is on a distinguished road
methods in interface are abstract by nature which means the class that implements this interface has to write the code for it hence it is not static
Reply With Quote