What is Partial class? What purpose we use it?
Answer Posted / 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 |
Post New Answer View All Answers
What is asp net in c#?
What is parallel foreach in c#?
In a memory when you Box and Unbox a value-type what happens?
What is window application in c#?
What is the keyword used to prevent a class from being inherited by another class?
How can I develop an application that automatically updates itself from the web?
What is boxing in c#?
What is monitor in C#?
Can properties be overloaded in c#?
What is wrong with the sample program below?
What is byte c#?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What is concrete class in c#?
List the different stages of a thread?
Is list immutable in c#?