What is Partial class? What purpose we use it?
Answer Posted / rajendra
http://msdn.microsoft.com/en-us/library/wa80x488.aspx
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What is datarelation c#?
Can int be null c#?
What is returned if you pass the value 12.34 to the parsefloat () function?
What are delegate methods?
Describe a Struct ?
Why delegate is used in c#?
What is namespace c#?
What is boxing? Explain its functionality?
What is a deadlock lock?
Why singleton pattern is used in c#?
What is a method signature?
Can list contain duplicates c#?
What is a datacontract?
What is reflection c#?