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


Please Help Members By Posting Answers For Below Questions

What is concrete class in c#?

465


What is the difference between a field and a property in c#?

490


Is stringbuilder faster than string concatenation c#?

443


How many classes are there in classification?

505


What is cshtml extension?

516






Describe the parts of assembly.

517


What is .cs file in c#?

516


What is method and function in c#?

491


Does c# support multiple inheritance (mi)?

524


What is difference between virtual and override in c#?

456


Does c# support parameterized properties?

509


What is the name of c# compiler?

626


What are the Types of JIT and what is econo-JIT

792


Is int an object in c#?

510


What is the .NET collection class that allows an element to be accessed using a unique key?

594