-
Junior Member
Re: will it compile?
lets say you have an interface IInterface which is implemented by 100 classes.
Now u wana add a method to the interface but not all of the implemented classes need to add the method.
Create another interface lets say
ISubInterface implements IInterface
Now use any one depending on your requirement.
There is no other way to fix ur problem
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules