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

Explain the difference between a sub and a function in c#.

1013


How many bytes is an int c#?

876


What does xpath return?

1003


What are the different types of assembly?

1041


What is multiple interface in c#?

971


Explain how can you clean up objects holding resources from within the code?

923


What are custom attributes in c#?

875


What is the difference between list and ilist in c#?

876


Can you use all access modifiers for all types?

965


How do I format a string in c#?

849


What is list array in c#?

869


What is the difference between console and windows application?

964


What is a static in c#?

913


What is the difference between constants and read-only?

911


What is argument in c#?

918