This has been a very theory-intensive day. So far I have:
- Explained the proxy-stub design pattern to Leah.
- Explained to a user why
interface I { }
class K where T : I, P> { }
class A { }
class B : I { }
class M : K { }
does not compile. (Clearly B cannot be used as T in K in the last line. Why? B is an I, but T is constrained to implement I,A
( Read more... )
Comments 1
:^0
Reply
Leave a comment