Blogs and Interfaces
Tuesday, April 20, 2004 8:50 AM
I teach programming. One of the things I teach is interfaces, which are a really neat part of Java and C#. An interface is a bunch of methods which a class can implement. Essentially it is a list of things that the class says it can do. This goes
Read More