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

 Print  |  
Question:  Virtual function in c#

Answer: explain virtual function in c# with an example


October 10, 2008 21:14:11 #2
 ynvpavan   Member Since: September 2007    Total Comments: 16 

RE: Virtual function in c#
 
Virtulal function can not be instatntiated. Declaring a function as virtual tells the compiler that this function is being overrided by the child one's
     

 

Back To Question