Qus:    Why Partial Class is used?
Dec 17, 2020 16:15 DotNet 2 Answers Views: 1241 FRAUSKY

 



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.

Prev Next
Answers (2)
PARTH Dec 18, 2020 12:04
Answer:   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.

DIVYA Dec 18, 2020 14:19
Answer:   When multiple resources wants to work on a single class then we can declare that class as partial class.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect