Explain partial class in c#?



Explain partial class in c#?..

Answer / Bijendra Singh

{"partial class": "A feature in C# that allows a single class to be defined across multiple files. This can help with organizing large classes or separating different aspects of the same class into separate files. The files are compiled together during build time and appear as a single class."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can you create sealed abstract class in c#?

1 Answers  


What happens if you add duplicate elements to a set?

1 Answers  


What are circular references? How garbage collection deals with circular references.

1 Answers  


What is the difference between new and override in c#?

1 Answers  


how to change a value of particular cell in a data grid

3 Answers  


What are different types of classes in c#?

1 Answers  


Is equal in c#?

1 Answers  


What is difference between assembly and namespace?

1 Answers  


What is the difference between method and function in c#?

1 Answers  


Explain the process of Serialization?

1 Answers  


What are collections in c#?

1 Answers  


What do you mean by “finalize” and “finally” methods in c#?

1 Answers  


Categories