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
Is boxing an implicit conversion?
Which namespace is required to implement trace ?
Contrast between an interface and abstract class?
Why delegates are type safe in c#?
Where is the main method in c#?
What is serialization in c#?
Explain the role of Garbage collector and its generations?
Can an array be null c#?
Can you instantiate an abstract class c#?
What is sorting in c#?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is difference between ienumerable and enumerable in c#?
Is a c# interface the same as a c++ abstract class?
Give examples for reference types?
List the difference between the virtual method and the abstract method?