View Single Post
  #2 (permalink)  
Old 12-06-2007, 06:10 PM
ldb88 ldb88 is offline
Member
 
Join Date: Dec 2007
Posts: 4
ldb88 is on a distinguished road
The other class should not implement this interface if it shouldn't implement all the functions. You could just put something like
Code:
public int getNoOfClasses(){ }
depending on what is required. It might be better if you had two interfaces.
Reply With Quote