Wednesday, 26 August 2015

Implementing 2 interface with same method name.


When using explicit interface implementations, the functions are not public on the class. Therefore in order to access these functions, you have to first cast the object to the interface type, or assign it to a variable declared of the interface type.





No comments:

Post a Comment