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 sqladapter c#?

1009


What are the characteristics of c#?

966


What are sessions in c#?

992


What is a console file?

1018


Why do canadians say zed?

1063


What is a template class?

1103


Write a syntax for writing a event delegate.

1001


If c# destructors are so different to c++ destructors, why did ms use the same syntax?

979


Distinguish between finally and finalize blocks?

976


Explain how to implement an object pool in c#.net

1013


What is the difference between public, static, and void?

967


Classes and structs can be declared as static, is this statement true or false?

1107


What is the use of main method in c#?

1032


Can partial class be inherited?

970


What is the difference between Object and class adapters?

1014