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 are examples of desktop applications?
What is xml serialization and deserialization in c#?
Can you have parameters for static constructors?
How does dictionary work in c#?
What is the difference between icomparer and icomparable in c#?
Why do we need static class in c#?
What is the keyword used to prevent a class from being inherited by another class?
What is difference between property and variable in c#?
What is a cs file?
Is post back in c#?
What is the use of list in c#?
What is a dictionary in c#?
How does it work?
i want the csharp questions&answeres
Explain constructor in c#?