Click here to Skip to main content
15,895,774 members
Articles / Programming Languages / C#

The Interface Construct in C#

Rate me:
Please Sign up or sign in to vote.
4.77/5 (86 votes)
31 Oct 20078 min read 303.1K   4.8K   171  
Using interfaces as a means to decouple classes, making your application more flexible.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InterfaceDemo", "InterfaceDemo.csproj", "{F30860A5-051B-44D8-AD58-AFA431F50FB0}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{F30860A5-051B-44D8-AD58-AFA431F50FB0}.Debug.ActiveCfg = Debug|.NET
		{F30860A5-051B-44D8-AD58-AFA431F50FB0}.Debug.Build.0 = Debug|.NET
		{F30860A5-051B-44D8-AD58-AFA431F50FB0}.Release.ActiveCfg = Release|.NET
		{F30860A5-051B-44D8-AD58-AFA431F50FB0}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Denmark Denmark
I am working as a software developer for COWI Engineers and Planners since year 2000, http://www.cowi.dk.

My main area of development is GIS (Geographical Information Systems) software using C# and Delphi with the mapping tools: MapXtreme 2004/MapBasic/MapInfo.


Comments and Discussions