Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the partial class in C# What is the use of partial
class in C#?

Answer Posted / surya

Second partial class is the continution of first partial class.Its used to write the code in different classes,so that burden of coding is reduced.For all the classes the class name will be same,And it will be created the same object for all the classes.
Ex:

Partial class A
{
public information()
}
partial class A()
{
public details()
}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Inheritance in C#?

1089


Explain the difference between object type and dynamic type variables in c#?

878


Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?

1002


What is the major difference between a custom control and user control?

986


What does dbml mean?

823


What does console writeline do?

846


What is routing in c#?

844


Can we inherit private class in c#?

885


What is the namespcae generally given to the webpage of the .NET Framework ?

983


Which is faster hashtable or dictionary?

910


What is the purpose of the integer parse method the decimal parse method?

1020


Explain deadlock?

912


What is a web service in c#?

1033


What are strings in c#?

892


What is difference between first and firstordefault?

866