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
What is the meaning of extention?
what is the difference between convert.tostring() and tostring() functions ?
What is an example of delegation?
Define delay signing?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
In which order the constructor is called for an inherited class?
How do I run a cshtml file?
Describe a Struct ?
What is the difference between namespace and class?
What is difference between c sharp and c#?
How do destructors and garbage collection work in c#?
What is difference between new and override in c#?
What is the use of tuple in c#?
What Is The Smallest Unit Of Execution In .net?
Is struct object oriented?