What is the partial class in C# What is the use of partial
class in C#?
Answer Posted / naresh
Suppose we have a class with hunderads of functions.than it
is so time taken and also difficult to write all code by
one.so to avoid this,we implement this by more than one
devloper at the same time by using same class name followed
by partial keyword....
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is the process of Serialization?
Can an int be negative c#?
Why is it not a good idea to use empty destructors?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What are delegates?
What are native methods?
What is the difference between array and arraylist in c#?
What is dependency in software?
Define collections?
How to sort an int array in c#?
What is difference between iqueryable and ienumerable in c#?
What is helper method in c#?
Explain the difference between a struct and a class?
What is parse method in c#?