Answer:
Partial class is the concept of diving a class file in to different files or a single file to enhance the productivity .
We cannot have the same method with same name and signature in partial class it give a compile time exception
Asked In: Many Interviews |
Alert Moderator