What is Partial class? What purpose we use it?
Answer Posted / balakrishna
partial is keyword
when ever class will create at difference location with same
name at the time before class partial key word is used.
this can help parallel creation .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Inheritance in C#?
Is arraylist generic in c#?
what is object-oriented programming (oop) language?
What is default class in c#?
If a method's return type is void, can you use a return keyword in the method?
What is escape character in c#?
My switch statement works differently! Why?
What is static void main in c#?
When is a class declared as a class abstract?
What is regex c#?
What is a property c#?
How you will create satellite assemblies?
What is method in c#?
What is type safe code?
Explain namespaces in c#.