C#

6
What is C# ? [email protected]

Transcript of C#

Page 1: C#

[email protected]

What is C# ?

Page 2: C#

[email protected]

C# is a programming language is intended to be a simple, modern & general-purpose.

Page 3: C#

[email protected]

The name "C sharp" was inspired by musical notation where a sharp indicates that the written note should be made a semitone higher in pitch .

The ( # ) symbol also resembles a ligature of four "+" symbols (in a two-by-two grid), further implying that the language is an increment of C++.

Page 4: C#

[email protected]

The C# language is intended to be a simple, modern, general-purpose, object-oriented programming language.

Console.writeLine(“Hello world”);

Page 5: C#

[email protected]

Source code portability is very important, as is programmer portability, especially for those programmers already familiar with C and C++.

C ++ C#

Cin >> Console.read)(

Cin >> Console.write)(

Input & output