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 are partial classes and their use?

Answer Posted / vikas kant

Partial Class is the class whose definition is present in
two or more files.All these files combined with each other
at the compile time.
e.g :---

public partial class Employee
{
public void DoWork()
{
}
}

public partial class Employee
{
public void GoToLunch()
{
}
}

so while using the partial classes coders can work in
different files and at compile time all the code can be
combined.it saves the time and also provides the better
security bcoz code is present in more than one file.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

1008


Explain the difference between page.registerclientscriptblock and page.registerstartupscript?

979


Write a code for passing ArrayList in Web API?

1484


What is query string with example?

903


What are the advantages of asp.net?

938


What is server components?

972


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

970


What is postback request?

931


Explain repository pattern in asp.net mvc? : asp.net mvc

978


What is the use of placeholder control?

959


Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc

933


What is hidden field in asp.net?

1036


Is asp net front end or backend?

954


What are client activated objects?

977


What are server activated objects?

1094