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.


January 01, 2006 05:21:15 #5
 Manoj Narwal   Member Since: Visitor    Total Comments: N/A 

RE: Explain the Inheritance princi...
 

Inheritance is oop concept,where we create a new class called derivered class from a exist class class base class.

                           A derive calss can inherit all proerties of base class or it has its own proprties.Main advantage of Inheritance is reusebility.

     

 

Back To Question