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 the purpose of using statement in c#
What is the use of expression tree in c#?
What is the use of the dispose method in C# ?
What are the different types of constructors in c#?
What is iqueryable in linq?
How string definitions will prevent escaping on backslashes in C#?
What is difference between array and collection in c#?
What is a collection class in c#?
What language do desktop applications use?
What are console applications used for?
What are the benefits of using windows services:
what class is underneath the sortedlist class?
Why we use extension method in c#?
Can we overload the main method in c#?
What is xml document how do you open it?