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
What does int parse do in c#?
What happens if you add duplicate elements to a set?
Do we get an error while executing the “finally” block in c#?
Can a method be sealed in c#?
Does c# support templates?
Which is better javascript or c#?
What is serialization in c#?
What is a collection class in c#?
What is the difference between IEnumerator and IEnumerable?
What is exe in c#?
What is decimal in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What does using do in c#?
What is namespace explain with example?
What is an assembly in .net?