Thursday, 17 January 2019

What are Partial Classes and Methods ? (Applicable for struct and interface)

We can split the definition of a class, structure, interface into two or more source files. Each source file contains a section of the type or method definition, and all parts are combined when the application is compiled.

No comments:

Post a Comment