Read about Interface-Based Programming in C#

Posted by Editor on C# Online See other posts from C# Online or by Editor
Published on Wed, 24 Feb 2010 00:58:48 +0000 Indexed on 2010/03/16 15:51 UTC
Read the original article Hit count: 188

Filed under:
Learn to program using interfaces by reading C# Online.NET articles like Interfaces and Abstract Classes. And, here is an excerpt from a VSLive! article on Interface-Based Programming in C#. "Interfaces help define a contract, or agreement, between your application and other objects. This agreement indicates what sort of methods, properties and events are exposed by an object. [...]

© C# Online or respective owner

Related posts about C# News