What is Partial class? What purpose we use it?

Answer Posted / jajnaseni majhi

Partial is keyword which is used to create partial
classes.When a class is large enough to maintain,by
creating partial classes developer can span the same class
to multiple files.Which easy to maintain.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is IDisposal interface,IComparable,IEquatable,IFormatable

543


Is datetime value type c#?

489


Is c# int immutable?

514


What is difference between float and integer?

566


What is the delegates in c#?

516






What is an event in c#?

508


What are sessions in c#?

502


What is option parameter in C#?

566


What do you understand by the terms datareader object and dataset object?

534


Can we extend sealed class in c#?

497


Are attributes inherited c#?

473


Where do I put dll files?

578


Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?

555


List down the differences between “dispose” and “finalize” methods in c#.

453


Can you store different types in an array in c#?

486