What is Partial class? What purpose we use it?
Answer Posted / raja
Visual Studio uses partial classes to separate auto-generated code from user-generated code. For example, in the Windows Form application
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is namespace in oops?
What is the advantage of singleton class?
Are c# constructors the same as c++ constructors?
What is Web.config?
Explain use of abstract and sealed classes in c#?
What is use of console?
Why are dynamic link library used over static one?
What is the difference between a field and a property in c#?
How can you use abstract class and interface?
What are data types with examples?
Why are strings in c# immutable?
How can I use .NET components from COM programs?
What is the use of private constructor in c#?
What is dataadapter c#?
What is the advantage of static class in c#?