What is the partial class in C# What is the use of partial
class in C#?
Answer Posted / suresh
partial classes allow implementation across more than one
source file...........
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
Why do we use partial class in c#?
What is .edmx file?
How many bits is int32?
How do you escape c#?
Can struct have constructor c#?
What is the difference between “constant” and “readonly” variables in c#?
What is the use of console?
What are predicates in c#?
Is string passed by reference in c#?
What is gac? What are the steps to create an assembly and add it to the gac?
Explain Constructor and destructor?
Is and as in c#?
How does return work in c#?
What is class and object c#?
What are some of the commonly used commands in sqlcommand?