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 form feed and carriage return?
What is marshalling in c#?
What is a void c#?
What is the difference between a function and a method?
What are the two kinds of properties in c#.
How does c# achieve polymorphism?
What is strongly typed view?
What is difference between encapsulation and abstraction in c#?
What are the drawbacks of extending an interface as opposed to extending a class?
What is property in c#?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Can abstract class have constructor in c#?
What is the difference between continue and break statement?
Is array a collection c#?
What is entity framework c#?