What is the partial class in C# What is the use of partial
class in C#?
Answer Posted / naresh
Suppose we have a class with hunderads of functions.than it
is so time taken and also difficult to write all code by
one.so to avoid this,we implement this by more than one
devloper at the same time by using same class name followed
by partial keyword....
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
Explain what are the steps for creating clr trigger?
What is generic types in c#?
How can I create image pieces/sub image?
What do you mean by generic class in c#?
What is delegate in c# interview questions?
What is string empty?
Is c# dictionary a hash table?
Can you store strings in arrays?
Is c# a technology?
Can we override main method in c#?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Is it not possible to store a boolean value as a variable?
What is the role of the datareader class in ado.net connections?
Why does my windows application pop up a console window every time I run it?
Explain dataadapter.update method in .net?