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 difference between dll and lib?
What does question mark mean in c#?
What is lock statement in C#?
What is the main purpose of xml?
Explain the feature of c# language?
What is anonymous types in c#?
Are objects passed by reference in c#?
How the versioning applies to Assemblies or can you explain version numbers?
Is it possible to inherit multiple interfaces?
What is the purpose of c#?
What is the use of getcommandlineargs() method in c#.net?
Explain the difference between Response.Write () and Response.Output.Write ().
Explain states of a thread in c#?
What is a private method in c#?
What is the benefit of interface in c#?