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:  Explain the Inheritance Principle

Answer: Inheritance is the process by which one object acquires the properties of another object.


August 08, 2007 14:34:56 #10
 jdoe123   Member Since: July 2007    Total Comments: 2 

RE: Explain the Inheritance princi...
 
Inheritance involves building upon an existing class so that additional or more-specialised functionality is added.
A key design aspect of inheritance is that it is used in a manner which is understandable and supported by a clear, justifiable relationship.
     

 

Back To Question