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  >  Interview Questions  >  Microsoft  >  Microsoft.NET

 Print  |  
Question:  Handle interface error

Answer: How Handle error if interface A,B are extended in class C. If class C using one function that is in A Interface if any error occurs in function how do you handle it?


July 07, 2008 06:57:32 #1
 santhosh.kumar.pb   Member Since: July 2008    Total Comments: 1 

RE: Handle interface error
 
Question is not correct, Interfaces doesnot have method body, so there is nothing to handle.
     

 

Back To Question