Saturday 5 May 2012

C# Introduction

C#(C-Sharp) is one of the programming language supported by .NET framework,.  It's complete object-oriented, type safe programming language. It follows same syntax as C,C++,java.
Garbage Collection(GC), which will automatically reclaim unused object's memory This is similar to  Java, Visual Basic etc.,

C# has unified type systems, Where all data types(primitive, user defined) types  derived from single root Object class.

C# doesn't support multiple inheritance.
C# Programs are packaged as Assembly. Which has name ,optionally version,culture, and public key token. 

No comments:

Post a Comment