Archive for May, 2008

Programming Interfaces in C#

Saturday, May 3rd, 2008

What is an Interface? An interface is a encapsulator, for lack of a better term (Its 2:30 am). It contains the signatures of methods, events or delegates. The best way for me explain a good use for an interface is through example. Say, you have a superclass that describes your object. ...