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:  can an abstract method be overridden by a virtual method



December 12, 2006 13:39:37 #5
 Raj   Member Since: Visitor    Total Comments: N/A 

RE: can an abstract method be overridden by a virtual ...
 

No, it cannot be implemented.

This is due to the fact that a method cannot have both virtual and override qualifier.

     

 

Back To Question