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
Contrast System.String and System.Text.StringBuilder classes?
What is decimal in c#?
What is default constructor c#?
What are data types with examples?
Explain the process of Serialization?
Give examples for reference types?
What is lazy loading entity framework?
What is a multi line comment?
Explain About ADO and its objects
What is a Assembly?
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
How do you sort a list in c#?
What is platform independence"?
When a Static Constructor is called in a Class?
what are the differences between a class and structure