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 About multi level and multiple inheritance how to achieve in .net
what are implementation inheritance and interface inheritance?
What is the difference between a private assembly and a shared assembly?
How can I get around scope problems in a try/catch?
List down the fundamental oop concepts?
How do I do a case-insensitive string comparison?
What are c# i/o classes? What are the commonly used i/o classes?
How Reflection is used and what it's significance ?
How many types of serialization are there in c#?
What is a console file?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
What is base class in c#?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
Can struct have constructor c#?