Monday 27 April 2015

C# 5.0


  • Object Orientation - C# is a rich implementation of the object orientated paradigm.
  • Type Safety - C# is primarily a type safe language. i.e prevents you from interacting with a string type as though it were a integer.
  • Memory Management - C# relies on the run-time to perform automatic memory management has a garbage collector..


No comments:

Post a Comment