Q:

What are the advantages of partial classes?

0

What are the advantages of partial classes?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Below we are mentioning a few advantages of the partial class.

  • With the help of the partial class, multiple developers can work simultaneously in the same class in different files.
  • With the help of a partial class concept, you can separate UI design code and business logic code so that it is easy to read and understand.
  • When you were working with automatically generated code, the code can be added to the class without having to recreate the source file like in Visual studio.
  • You can also maintain your application in an efficient manner by compressing large classes into small ones.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now