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 difference between abstraction and encapsulation in c#?

943


Major difference between Basic httpbinding and WShttpbinding?

996


What is difference between property and variable in c#?

829


What is difference between write and writeline in c#?

845


What is the difference between add and addrange in c#?

947


Can an int be negative c#?

979


Explain the advantage of using system.text.stringbuilder over system.string?

837


What is difference between Trace and Debug

1020


How can we sort the elements of the array in descending order?

887


Who benefits from ajax?

935


code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.

2115


What is interpolation in programming?

919


What is string [] args in c#?

905


Which of these string definitions will prevent escaping on backslashes in c#?

943


What is the difference between int and int in c#?

934