What is the partial class in C# What is the use of partial
class in C#?
Answer Posted / rajeev sharma
When we are working in our pages and supppose we need to
make relation for access some thing from the class.Partial
class is best one.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is parseexact c#?
Is namespace necessary in c#?
What does == mean in c sharp?
How does c# achieve polymorphism?
What method is used to sort the elements of the array in descending order?
What is a Assembly?
What is the difference between protected and private?
Is hashset ordered c#?
C# called c sharp why?
How will you get the different language strings?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What is ado c#?
What are constructors in c#?
Can private virtual methods be overridden in c#.net?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?