GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  Birlasoft

 Print  |  
Question:  why do we use partial class in .net studio



April 04, 2007 07:59:37 #1
 Abhishek Singh   Member Since: Visitor    Total Comments: N/A 

RE: why do we use partial class in .net studio
 

Partial class has the capability to contain two or more classes. It is used in .net framework 2.0 cos here comes the concept of masterpages. A single page is capable to contain its class as well as code for master pages also.
     

 

Back To Question