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
Enlist the different types of classes in c#?
Why we need get set property in c#?
Is c# good for games?
What is the use of console?
What is the difference between virtual and override in c#?
Do vs while c#?
What is boolean conditions in c#?
What is the purpose of a console table?
What does string intern do?
Explain concurrency with aop?
What kind of the information stored inside the assembly?
What is the difference between dynamic and var in c#?
What is the difference between protected and private?
What do u meant by "SBI" of an object?
What is dependency injection?