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 / poonam

Partial class splits the class or struct or interface to
work for diffrent users siultaneously. It is desirable when
working on large projects.

Eg.

Public partial class students()
{
public void dostudy()
{
}
}

Public partial class students()
{
public void writeexam()
{
}
}

Is This Answer Correct ?    9 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the difference between inline and code behind - which is best?

1107


Can You Prevent Your Class From Being Inherited By Another Class?

936


Is int a class in c#?

970


what is the difference between the debug class and trace class?

1030


What is a service layer c#?

850


What exactly happens when we debug and build the program?

2575


how to prevent a class from being inherited in c#.net?

977


What is integer c#?

901


What are classes in c#?

956


What is ildasm and obfuscator in net?

946


What is default class in c#?

914


Can main method be final?

900


What are the types of serialization?

957


What are extension methods and where can we use them?

882


What kind of the information stored inside the assembly?

1000