What is Partial class? What purpose we use it?
Answer Posted / jajnaseni majhi
Partial is keyword which is used to create partial
classes.When a class is large enough to maintain,by
creating partial classes developer can span the same class
to multiple files.Which easy to maintain.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is exe file in c#?
What is serialization of data?
Can we declare class as protected?
How does c# achieve polymorphism?
How do you encapsulate in c#?
What is xslt in c#?
Can abstract class be instantiated c#?
What are the collection types can be used in c#?
Is it possible to force garbage collector to run?
What is cookies c#?
What is a verbatim string literal and why do we use it?
What are the uses of namespaces?
What is an enumerator in c#?
What are the steps to create a webservice and consume it?
Describe an interface class?