0
The programming language and it's specialties (syntax and paradigm)
.
C# for example is object oriented, has a garbage collection, and functional programming support, is compiled to an IL that's executed on an RE (runtime environment) to be platform Independent, and so on.
The # (sharp) is build from two + in allusion to C++.



