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:56:38 #7
 Vinoth Kumar A   Member Since: Visitor    Total Comments: N/A 

RE: What is diff. between abstract class and an interf...
 

The OverLoading is nothing but the class which has a differ sign with the same method name. In overridiging is the method which is dervied from the base class which has been changed in sub class of it's functionality.

     

 

Back To Question