Definition and features of C#.

 

Definition:

C# is a modern programming language developed by Microsoft for building different types of applications i.e. console applications, windows application, web applications and mobile applications etc. The first version of C# was 1.0 which came in the year 2002.

C# Features / Characteristics:-

1. C# is pronounced as "C-Sharp".

2. C# is a part of .NET Framework provided by Microsoft.

3.
C# is a case sensitive programming language.

4. C# supports object oriented programming features

    Such as encapsulation, inheritance, abstraction

    And polymorphism.

5. C# widely used to build small to large applications.

6. C# supports automatic garbage collection and exception handling.

7. C# compatible with other .NET framework programming languages. i.e. VB.NET and F# etc.



 

 

Comments

Popular posts from this blog

.NET Framework Introducton

CLR with advantages and architectures