- Abstract class can have implementation for some of its member but interface can't have implementation for any of its member
- Abstract class can have field while Interface cannot have field
- Abstract class can have access modifiers while interface can not have access modifiers
C# is pronounced as "C-Sharp". It is an object-oriented programming language provided by Microsoft that runs on .Net Framework.
Open Visual-Studio=>Go to File=>New=>Project=>
Select Type of Project-Console Application etc
In this Blog Most Of Practical Example is Shown in
Console Application