Interface- Confusion
-
Hi Friends, Class Implementing an interface implies class declaring publicly that it is implementing certain method(whose signature is defined in interface)..whats the use of this contract..What if class will simply implement that method.. Warm Regards, Rahul Agarwal
-
Hi Friends, Class Implementing an interface implies class declaring publicly that it is implementing certain method(whose signature is defined in interface)..whats the use of this contract..What if class will simply implement that method.. Warm Regards, Rahul Agarwal
Hello, This articles will help you: http://www.codeproject.com/csharp/interfaceconstruct.asp[^] http://www.codeproject.com/csharp/cs_interfaces.asp[^] All the best, Martin
-
Hello, This articles will help you: http://www.codeproject.com/csharp/interfaceconstruct.asp[^] http://www.codeproject.com/csharp/cs_interfaces.asp[^] All the best, Martin