What is Partial class? What purpose we use it?
Answer Posted / 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 |
Post New Answer View All Answers
What is lock in c#?
What is boolean conditions in c#?
What is the main usage of keyword “virtual†? How does it work for a method or property?
Is c# an array?
What are the new features in c# 2.0?
What is c# commonly used for?
What is field in c#?
Explain how can you clean up objects holding resources from within the code?
Is c# still popular?
What is the difference between throw and throw ex?
What is asynccallback c#?
What is a byte in c#?
What is datagrid c#?
Why do we need private constructor in c#?
What is the use of console readline () in c#?