Answer:
Partial Classes are used when there is some class which is big enough to have multiple number of developers implement the methods in it. This class can be separated and written in different files with the same class name and with a keyword "partial" appended in front of them.
Physically partial classes may be separate but logically they are treated as a single file by the compiler.
Thanks and Regards
Akiii
|
Alert Moderator