top button
Flag Notify
Site Registration

What are partial classes?

+1 vote
270 views
What are partial classes?
posted Mar 28, 2017 by Sachin
Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Partial Classes and Methods (C# Programming Guide) Visual Studio 2015. ... It is possible to split the definition of a class or a struct, an interface or a method over 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.

answer Mar 28, 2017 by Vrije Mani Upadhyay

Your answer

Preview

Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
...