What is Partial class? What purpose we use it?
Answer Posted / anil
Partial is keyword,a class can span multiple source file .
same name diffrent member and functionality.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can a class have static constructor?
Why do we need static class in c#?
What are some of the commonly used commands in sqlcommand?
What is concrete method in c#?
Perfect Example Of While And Do-While Loop In C#.Net ?
In object oriented programming, how would you describe encapsulation in c#?
Is it true that all c# types derive from a common base class?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
What is platform independence"?
What is lazy keyword in c#?
What is check/uncheck?
What is a decimal in c#?
Is php better than c#?
What is the boxing and unboxing in c#?
What does int parse do in c#?