Thursday, August 6, 2009

What is a Partial Class (or struct or interface)?


A partial class is a feature in which you split a class definition into two or more files. All the parts are joined together when the application is compiled.


www.codecollege.NET

No comments:

Post a Comment