What is Partial class? What purpose we use it?

Answers were Sorted based on User's Feedback



What is Partial class? What purpose we use it?..

Answer / 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

What is Partial class? What purpose we use it?..

Answer / raja

Visual Studio uses partial classes to separate auto-generated code from user-generated code. For example, in the Windows Form application

Is This Answer Correct ?    2 Yes 0 No

What is Partial class? What purpose we use it?..

Answer / anil

Partial is keyword,a class can span multiple source file .

same name diffrent member and functionality.

Is This Answer Correct ?    2 Yes 0 No

What is Partial class? What purpose we use it?..

Answer / jajnaseni majhi

Partial is keyword which is used to create partial
classes.When a class is large enough to maintain,by
creating partial classes developer can span the same class
to multiple files.Which easy to maintain.

Is This Answer Correct ?    2 Yes 0 No

What is Partial class? What purpose we use it?..

Answer / balakrishna

partial is keyword
when ever class will create at difference location with same
name at the time before class partial key word is used.
this can help parallel creation .

Is This Answer Correct ?    1 Yes 0 No

What is Partial class? What purpose we use it?..

Answer / rajendra

http://msdn.microsoft.com/en-us/library/wa80x488.aspx

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

hi , how could i analyse a text the user added on a site to look for some words like "car" "shouffere" .. and then i can use that information in addition to other information to make a decision about the adds im going to to show on the site.

1 Answers  


Explain the security with aop?

0 Answers  


write program in C# for palindrome? (aug 2009) write program in C3 for generating below output?(aug 2009) # # # # # # # # # #

4 Answers   TCS,


What is delegates and events?

0 Answers  


What is the namespace for the thread class?

0 Answers  






define ispostback and give some examples

2 Answers  


What are the applications of c#?

0 Answers  


Which of these statements correctly declares a two-dimensional array in c#?

0 Answers  


What is console readkey ()?

0 Answers  


How can an inner class access the members of outer class?

0 Answers   Changepond,


What is the function of the not null constraint?

0 Answers  


What Are The .Net Object

2 Answers   IMB, Reliance,


Categories