Qus:    Why Partial Class is used?
Dec 17, 2020 10:15 2 Answers Views: 609 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 06: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 08: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 course is right for you?

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


Let`s Connect