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 decimal in c#?
What is addressof operator?
What is int tryparse in c#?
What is a clr host?
What is the difference between “out” and “ref” parameters in c#?
What is a private class in c#?
Explain the constructor in c#.
Can bool be null c#?
Can we inherit a private class in c#?
How does inheritance work in c#?
What is a delegate in c#?
what is the purpose of using statement in c#
Is array reference type in c#?
Explain briefly the difference between value type and reference type?
What is the difference between finalize() and dispose() methods?