What is Partial class? What purpose we use it?
Answer Posted / nsy
A partial class nothing but a class with the keyword
partial. This class can split across multiple cs files. The
purpose of this is managing code in our project.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is difference between arraylist and list in c#?
Define a manifest in .net?
Is c# pass by value?
What is expression tree with example?
What does break do in loop?
What is form feed and carriage return?
What are annotations in c#?
What is typeof undefined?
Is c# used for frontend or backend?
Why dictionary is used in c#?
What is an enumerator in c#?
Why would you use a class property in c#?
Explain inheritance in c#?
Is object an int c#?
When To use HashTable In C#