Saturday, 31 August 2013

How not to inherit some function in the interface in C#

How not to inherit some function in the interface in C#

I am having one interface which contains suppose 10-methods and it is
inheriting to the class say class1.My requirement is i do not want to
inherit 2-method into class1 .so how it is possible in c#.net

No comments:

Post a Comment