What is Partial class? What purpose we use it?
Answer Posted / nsy
A partial class nothing but a class with the keyword
partial. This class can split across multiple cs files. The
purpose of this is managing code in our project.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is extended class in c#?
What are the properties of string?
Explain the difference between arraylist and array and in c#?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What is array collection?
Explain how do you convert a value-type to a reference-type?
what is the meaning of Object lifetime in OOPS
Define encapsulation?
What is ienumerable t in c#?
Why we use delegates in c#?
What is yield c#?
is it possible to access a remote web service Without UDDI?
Is visual c# free?
What is virtual in c#?
What are the differences between system.string and system.text.stringbuilder classes?