What is Partial class? What purpose we use it?
Answer Posted / jajnaseni majhi
Partial is keyword which is used to create partial
classes.When a class is large enough to maintain,by
creating partial classes developer can span the same class
to multiple files.Which easy to maintain.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which controls do not have events?
What is the difference between double and decimal in c#?
What is private virtual in C#?
What does namespace mean?
What is a nullreferenceexception and how do I fix it?
What is the max value of int32 in c#?
What is array and types of array in c#?
What is the use of return in c#?
What all details the assembly manifest will contain?
What is threading in c# with example?
What Is A Multicast Delegate?
What is a scope in c#?
What is the difference between icomparer and icomparable in c#?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
Define boxing and unboxing in c#?