What do we mean by partial class in OOP?

 Posted by vishalneeraj-24503 on 11/2/2014 | Category: OOPS Interview questions | Views: 2852 | Points: 40
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 

Comments or Responses

Login to post response