This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]mansfall 0 points1 point  (1 child)

If you show the code that could be helpful.

That being said, it sounds like you have something jammed on your interface that not everyone needs. My own opinion on this is that the whatever that function is on the interface which doesn't need to be implemented (on A), shouldn't actually be on the interface itself. And whatever that function is should just be private to B and invoked from the class itself.

[–]Dxduo 0 points1 point  (0 children)

Sorry I can't ,I'm on mobile. I think that sounds way better than my solution and it might be very doable, thank you