C# Compared—Classes Types Functions Interfaces

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
CSharp-Online.NET:Articles
C# Articles

C# Compared to Other Languages

© 2005 C. Gunnerson, et al.

Classes, Types, Functions, and Interfaces

Because C# is an object-oriented language,the class is the major organizational unit; rather than having code or variables live in a global area, they are always associated with a specific class. This results in code that is structured and organized quite differently than VB code, but there are still some common elements.

Properties can still be used, though they have a different syntax and there are no default properties.


Previous_Page_.gif Next_Page_.gif


Personal tools