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

What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?

977


Do events have return type c#?

942


What is yield c#?

876


Is c# and c same?

893


Please explain value types and reference types used in c#?

866


What is a hashset c#?

1074


What are some of the commonly used commands in sqlcommand?

909


Can list contain duplicates c#?

892


How does split work in c#?

903


What do you mean by for each loop?

923


Do unused Namespaces in c# affect run-time performance?

1041


Is there an equivalent of exit() for quitting a c# .net application?

981


What is the root element of an xml file?

870


Can we declare class as protected?

1007


What is the difference between static class and singleton class in c#?

928