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

How do you declare a method in c#?

999


What is the use of table aliases?

966


How do you create dlls in .NET

1095


What is the advantage of static class in c#?

1004


Is multilevel inheritance possible in c#?

970


Is cli same as the clr?

951


How can encapsulation be achieved?

1212


What is a di class?

1141


Define a manifest in .net?

1063


What is the use of constructor in c# with example?

896


What is the use of console readkey ()?

1079


What is gui in c#?

1023


Explain the differences between static, void and public in c#?

1060


Can hashtable have duplicate keys?

965


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

992