Thread
:
Implementing Interface
View Single Post
#
2
(
permalink
)
12-06-2007, 06:10 PM
ldb88
Member
Join Date: Dec 2007
Posts: 4
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.
ldb88
View Public Profile
Send a private message to ldb88
Find all posts by ldb88