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  >  Concepts  >  OOPS

 Print  |  
Question:  what is the use of procedure overriding

Answer: when do we use that procedure overriding


January 01, 2008 05:15:49 #2
 inbox4rakesh   Member Since: January 2008    Total Comments: 2 

RE: what is the use of procedure overriding
 
So far I know. In OOPS there is nothing like Procedure Overriding. However, you have method (function) overriding. If the question is about method overriding then the answer would be:

Method overriding is used to add to or replace the functionality of the base class virtual method.
     

 

Back To Question