|
| Total Answers and Comments: 8 |
Last Update: May 22, 2009 Asked by: hksjadon |
|
| | |
|
Submitted by: bb.geetha A Partial class is a class that can be split into two or more classes. This means that a class can be physically separated into other parts of the class within the same namespace. All the parts must use the partial keyword. All the other classes should also have the same access modifier. At the compile time, all the partial classes will be treated as a single class. Let us list some advantages of having partial classes.
Above answer was rated as good by the following members: surendra_sahu786, thitnaing | Go To Top
|