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 the difference between list and arraylist c#?
How do I run a cshtml file?
What is hashset c#?
Why singleton class is sealed?
Which debugging tools you can use in the .NET ssSDK?
What is difference between === and ==?
What is an enumerator in c#?
Are c# references the same as c++ references?
What do you mean by synchronous and asynchronous operations?
What is singleordefault?
Contrast System.String and System.Text.StringBuilder classes?
What is the signature of a method?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is the property of a class in c#?
What is datagridview in c#?