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  >  KPIT

 Print  |  
Question:  how to override a string class?




February 02, 2006 01:28:32 #1
 vmshenoy   Member Since: October 2005    Total Comments: 106 

RE: how to override a string class?
 

hi

no its not possible to override string class, the reasonbeing that String is defined to be a final class i.e it cannot be extended.

     

 

Back To Question