I have an interface that interface have one method for example void
Add(). I implemented that void Add() method in 100 class then I would
like to Change the method in Interface void add() into int Add(). So I
Could not change int add() method in 100 class.without changing int
add() method in 100 class.How to resolve this scenario. AnyOne Could You please
guide me ?. Advance Thanks,