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 difference between dynamic and var in c#?
Can I do things in il that I can't do in c#?
Name the method of servicebase class?
What's the difference between System.String and System..StringBuilder in C#?
What is the symbol used for in c#?
What is xamarin used for?
When a switch is said to be congested?
What is before string in c#?
What is an assembly loader?
Explain polymorphism in c# with a simple example?
What is view state c#?
Can extension methods access private members?
What is difference between write and writeline in c#?
What does protected internal access modifier mean?
explain the three services model commonly know as a three-tier application.