C# Compared—Classes Types Functions Interfaces
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:Articles |
| C# Articles |
| © 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.
|

