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 private void in c#?
What is a namespace server?
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
Is dll a library?
What is arraylist?
What is the difference between constants and read-only?
What are the concepts of dispose method?
What is assembly manifest?
Why do we need indexers in c#?
Explain constructor in c#?
What is the property of a class in c#?
Do we get an error while executing the “finally” block in c#?
Define encapsulation?
What is option parameter in C#?
Can we overload the main method in c#?