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
Do loops in c#?
Is arraylist generic in c#?
What is .cs file in c#?
Why do we need singleton class in c#?
What is the meaning of console writeline in c#?
Why we use extension methods in c#?
Define constructors
What is lock statement in C#?
What is the difference between string keyword and system.string class?
How to declares a two-dimensional array in C#?
What is generic collection in c#?
Can arraylist hold primitive types?
In howmany ways can you deploy an assembly?
What is list array in c#?
Illustrate the process of code compilation in c#?