Answer: A
partial class is a Class and is defined in 2 or more classes that are split the file into multiple files.And developers can use these files to work separately and later it is compiled to make a single to.
For Example:-
public partial class Employee
{
}
Asked In: Many Interviews |
Alert Moderator