What are the advantages of partial classes?

 Posted by vishalneeraj-24503 on 11/2/2014 | Category: OOPS Interview questions | Views: 3799 | Points: 40
Answer:

Following are the advantages of Partial classes:-
1). We can separate User Interface part code and business logic code so that it is easy to read and understand by anybody.
2). More than one developers can work at a time.
3). As Partial classes can be separated then it can again be reunited of compilation.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response