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


Please Help Members By Posting Answers For Below Questions

Explain About multi level and multiple inheritance how to achieve in .net

781


what are implementation inheritance and interface inheritance?

717


What is the difference between a private assembly and a shared assembly?

772


How can I get around scope problems in a try/catch?

664


List down the fundamental oop concepts?

674


How do I do a case-insensitive string comparison?

694


What are c# i/o classes? What are the commonly used i/o classes?

708


How Reflection is used and what it's significance ?

711


How many types of serialization are there in c#?

639


What is a console file?

703


Explain what a diffgram, and a good use for one Define diffgram? How it be used?

735


What is base class in c#?

758


Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards

1664


What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?

711


Can struct have constructor c#?

676