There is a list of method resolution approach for virtual extension methods explained here. One of the interesting ones is when a class implements multiple interfaces and say 2 of the interfaces have same method signature but different implementations. But before that, lets look at a case where the class implements an interface, say I1 [...]






May 17, 2012
0 Comments