What is Partial class?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online ADO.NET Job Interview Questions And Answers