What is Partial class? What purpose we use it?
Answer Posted / anil
Partial is keyword,a class can span multiple source file .
same name diffrent member and functionality.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is use of list in c#?
How is lazy loading achieved?
What sort algorithm does c# use?
What is a string c#?
What is a deadlock lock?
How do I automate my desktop application?
What are Types of assemblies that can be created in dotnet
What does return do in for loop?
What is the difference between class and namespace?
What you mean by inner exception in c#?
What does this keyword mean in c#?
Write the syntax for catching an exception in c#?
What are the types of comments in c#?
How main method is called in c#?
What is asynccallback c#?