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
Go To First  |  Previous Question  |  Next Question 
 OOPS  |  Question 4 of 64    Print  
Explain the Inheritance Principle
Inheritance is the process by which one object acquires the properties of another object.


  
Total Answers and Comments: 10 Last Update: August 06, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 11, 2005 03:55:54   #1  
priya        

RE:

one  class is derived from an base class is called as inheritance


 
Is this answer useful? Yes | No
September 27, 2005 06:10:05   #2  
pinak        

RE: Explain the Inheritance princi...
inheritance is property of oop with help of that you can access methods of other class with help of object of other class.
 
Is this answer useful? Yes | No
December 01, 2005 04:04:06   #3  
Rahul Dhadphale        

RE: Inheritence concept
Inheritance is the process of basing one class on another. In this process, a base class provides methods, properties, and other members to a derived class. The advantage of inheritance is that you can write and maintain code once it is in the base class and reuse it over and over in the derived classes
 
Is this answer useful? Yes | No
December 26, 2005 02:07:56   #4  
chash27 Member Since: December 2005   Contribution: 1    

RE: Explain the Inheritance princi...

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

i think this is the perfect answer.


 
Is this answer useful? Yes | No
January 12, 2006 05:21:15   #5  
Manoj Narwal        

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.


 
Is this answer useful? Yes | No
September 08, 2006 17:47:25   #6  
RAJEEV16706 Member Since: September 2006   Contribution: 7    

RE: Explain the Inheritance princi...

HOW OBJECT CAN INHERIT FROM OTHER OBJECT?

I THINK CLASS INHERIT PROPERTY FROM OTHER CLASS?

WHAT U THINK?


 
Is this answer useful? Yes | No
April 08, 2007 02:14:01   #7  
dhanasweet Member Since: March 2007   Contribution: 29    

RE: Explain the Inheritance princi...
                    in heritence is the process by which one class aquires the property
of another class.

 
Is this answer useful? Yes | No
June 14, 2007 09:59:11   #8  
killing time        

RE: Explain the Inheritance princi...

What you got from others is known as Inheritance. Inheritance is like share
properties between the Classes.


For instance, a "fruit" is a generalization of "apple", "orange", "mango" and
many others. One can consider fruit to be an abstraction of apple, orange, etc.


Conversely, since apples are fruit (i.e., an apple is-a fruit), apples may
naturally inherit all the properties common to all fruit, such as being a fleshy
container for the seed of a plant.


 
Is this answer useful? Yes | No
July 26, 2007 04:54:34   #9  
preetib Member Since: July 2007   Contribution: 1    

RE: Explain the Inheritance princi...
Inheritance is the main concept of object oriented programming language.. Inheritance means object of one class aquire the properties of another class.that's the base class is known as parent class and the secondary class is known as child class and child class can have some or all the functionality of parent class
 
Is this answer useful? Yes | No
August 06, 2007 14:34:56   #10  
jdoe123 Member Since: July 2007   Contribution: 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.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape