My Brain Hurts

Jan 31, 2006 17:58


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... )

Leave a comment

Comments 1

hmmm... badrabbit_dan February 1 2006, 20:51:19 UTC
Maybe I shouldn't add your journal to my list of friends. I'm still trying to get through children's books with pictures.

:^0

Reply


Leave a comment

Up