Interface that is implemented to multiple classes (different types of objects)
Method in class1:
Method in class2:
How could I create interface that would be used for both of them..
Any idea/advice?
Method in class2:
How could I create interface that would be used for both of them..
Any idea/advice?