Implementing few methods of a interface class-C#

Posted by Jankhana on Stack Overflow See other posts from Stack Overflow or by Jankhana
Published on 2010-04-27T13:13:51Z Indexed on 2010/04/27 13:23 UTC
Read the original article Hit count: 301

Filed under:
|

Is it possible in C# to have a class that implement an interface that has 10 methods declared but implementing only 5 methods i.e defining only 5 methods of that interface??? Actually I have an interface that is implemented by 3 class and not all the methods are used by all the class so if I could exclude any method???

© Stack Overflow or respective owner

Related posts about c#

Related posts about interface