Main Feature Of C#
- Pointers are missing in C#.
- Unsafe operations such as direct memory manipulation are not allowed.
- In C# there is no usage of "::" or "->" operators.
- Since it`s on .NET, it inherits the features of automatic memory management and garbage collection.
- Varying ranges of the primitive types like Integer, Floats etc.
- 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.
- C# has been based according to the current trend and is very powerful and simple for building interoperable, scalable, robust applications.
- 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.
- C# supports Data Encapsulation, inheritance, polymorphism, interfaces.
- Overflow of types can be checked.
- C# includes native support for the COM and windows based applications.
- C# currently (as of version 4.0) has 77 reserved words.
- 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.
- 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...