Click here to Skip to main content
15,886,806 members
Articles / Programming Languages / C#

Program to Interface, Not Implementation - Beginner's Tutorial for Understanding Interface, Abstract Class and Concrete Class

Rate me:
Please Sign up or sign in to vote.
4.68/5 (75 votes)
8 Jan 2014CPOL14 min read 179.1K   769   140  
In this article, we will look into the details of Interfaces, Abstract class and Concrete class in C#. We will try to look at what each of them is and what should be used when to have a better design for the application.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
India India

I Started my Programming career with C++. Later got a chance to develop Windows Form applications using C#. Currently using C#, ASP.NET & ASP.NET MVC to create Information Systems, e-commerce/e-governance Portals and Data driven websites.

My interests involves Programming, Website development and Learning/Teaching subjects related to Computer Science/Information Systems. IMO, C# is the best programming language and I love working with C# and other Microsoft Technologies.

  • Microsoft Certified Technology Specialist (MCTS): Web Applications Development with Microsoft .NET Framework 4
  • Microsoft Certified Technology Specialist (MCTS): Accessing Data with Microsoft .NET Framework 4
  • Microsoft Certified Technology Specialist (MCTS): Windows Communication Foundation Development with Microsoft .NET Framework 4

If you like my articles, please visit my website for more: www.rahulrajatsingh.com[^]

  • Microsoft MVP 2015

Comments and Discussions