Labels

Monday, October 6, 2008

C# 2.0 - Partial Classes

Hi,

This blog post summarizes the new features of C# 2.0.

Below are the new features been introduced.

§ Partial Classes

§ Static Classes

§ Generic Classes

§ Anonymous methods

§ Iterators

§ Nullable Types

Partial Classes

- Partial Classes are classes that can be defined at more than one location, but which contain different members.

- Partial Classes also allow you to store the same class, with different members, in different physical locations.

- Partial Classes may each derive from the same base types and interfaces, but may not each contain different base types and interfaces

Hope this helps

Thanks & Regards,

Arun Manglick || Senior Tech

No comments:

Post a Comment