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 inheritance and an example in vb.net and c# of when you might use it?
Explain About .NET Remoting and types of remoting
What is a sealed class?
What does this keyword mean in c#?
Can a class or a struct have multiple constructors?
Define c# i/o classes?
Why we use get and set property in c#?
What is a private method in c#?
Is c# slower than java?
What is generic delegates in c#?
What is c sharp used for?
Can a loop recorder detect a heart attack?
Is Multiple-inheritance supported by c#?
What is difference between override and new in c#?
What is delegates in c#?