C# .NET - is it neccesary to inherit all the methods from interface to subclass
Asked By Lata on 28-May-13 06:20 AM
Hello All,
In interface in am writing 3 methods i.e add,sub,multiply now i want to inherit only add and sub method in subclass,so will it effects multiply method in the interface...please let me know soon
Thanks
lata