What is Partial class? What purpose we use it?
Answer Posted / nsy
A partial class nothing but a class with the keyword
partial. This class can split across multiple cs files. The
purpose of this is managing code in our project.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
In which situation(s), the use of "Delegate" is a good idea?
What is the difference between struct and class c#?
Why do we need constructors?
Write a program to find the angle between the hours and minutes in a clock
Explain what are three test cases you should go through in unit testing?
What is ado c#?
What are Indexers in C#?
What is the delegate in c#?
What is collection of classes in c#?
Is xml tags are case sensitive?
What is int64 in c#?
What is a partial class. Give an example?
What is the use of tuple in c#?
Which is faster abstract class or interface in c#?
Why do we use overloading in c#?