What is Partial class? What purpose we use it?
Answer Posted / 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 |
Post New Answer View All Answers
Write a program to find the angle between the hours and minutes in a clock
Can abstract class instantiated c#?
What is the difference between xml documentation tag?
Are attributes inherited c#?
What is parameter c#?
Which is better python or c#?
What is difference between string and stringbuilder in c#?
What operator means?
So what makes your code really object-oriented #?
What is the use of console readkey ()?
What is the difference between readkey and readline in c#?
What does a constructor do c#?
What is windows forms in c#?
What are circular references?
Describe a Struct ?