What is the partial class in C# What is the use of partial
class in C#?
Answer Posted / suresh
partial classes allow implementation across more than one
source file...........
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
What is the main usage of keyword “virtual†? How does it work for a method or property?
Can abstract class be sealed?
What is the benefit of using interface in c#?
How can I process command-line arguments?
What is the difference between hashtable and dictionary?
What type of data type conversion happens when the compiler encounters the following code?
What is encapsulation in csharp?
What are satellite assemblies? How will you get the different language strings?
What does dbml stand for?
Why do we use void in c#?
What is multiple interface in c#?
What is public, private, protected, internal and internal protected?
What is the default boolean value in c#?
Where do we use static class in c#?
What is binding in c#?