Interview Question
Qus: Why Partial Class is used?
Partial classes are used when you want to implement the functionality of a single class into multiple files and then combine these files into a single class file when the work is over.
Answers (2)