Monday, 30 July 2012

MAIN FEATURE OF C#

                Main Feature Of C#
                                
  1.  Pointers are missing in C#. 
  2. Unsafe operations such as direct memory manipulation are not allowed. 
  3. In C# there is no usage of "::" or "->" operators. 
  4. Since it`s on .NET, it inherits the features of automatic memory management and garbage collection. 
  5.  Varying ranges of the primitive types like Integer, Floats etc. 
  6. Integer values of 0 and 1 are no longer accepted as Boolean values. Boolean values are pure true or false values in C# so no more errors of "="operator and "=="operator. "==" is used for comparison operation and "=" is used for assignment operation.
  7. C# has been based according to the current trend and is very powerful and simple for building interoperable, scalable, robust applications. 
  8.  C# includes built in support to turn any component into a web service that can be invoked over the Internet from any application running on any platform. 
  9.  C# supports Data Encapsulation, inheritance, polymorphism, interfaces. 
  10. Overflow of types can be checked.
  11. C# includes native support for the COM and windows based applications. 
  12. C# currently (as of version 4.0) has 77 reserved words.
  13. here are no global variables or functions. All methods and members must be declared within classes. Static members of public classes can substitute for global variables and functions.
  14. Enumeration members are placed in their own scope
Now you can download the copy of this article in pdf format by just click on below download link...

 I hope this post will help you !!

If still you have some query regarding to this article then please post your comment after that 1 will 100 % reply back you...



0 comments:

Post a Comment

Hey thanax alot to comment i will revert you back soon...

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites