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  >  ASP.NET 2.0

 Print  |  
Question:  What is diff. between abstract class and an interface? * What is shadowing? * Diff between Overriding and overloading



November 11, 2005 03:59:49 #8
 Vinoth Kumar A   Member Since: Visitor    Total Comments: N/A 

RE: What is diff. between abstract class and an interf...
 
Shadowing means Same as Over riding concept.. but the overriding will affect when the override keyword is given in base class.. but if the key word is not given then we can't over ride the method.. but when using the shadowing means with out the keyword we will bale to override the method.
     

 

Back To Question