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
What is the name of c# compiler?
How does c# achieve polymorphism?
What is Satellite Assemblies ?
What is bit in c#?
Why do we need singleton pattern in c#?
Illustrate the process of code compilation in c#?
Is c# pass by reference?
What are concrete classes?
How to force my .net app to run as administrator on windows 7?
Can arraylist hold primitive types?
Name some string escape sequences in c#.
What is the namespcae generally given to the webpage of the .NET Framework ?
What floating point types is supported in C#?
Illustrate race condition?
Is enum a class c#?