Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the advantages of inheritance?

Answers were Sorted based on User's Feedback



What are the advantages of inheritance?..

Answer / sudhir kumar

The main advantage of the inheritance is that we can acheive
encapsulation because there is early binding in inheritance.
Means our derived class object is already fix to all
appropriate classes functions. And encapsulation is so
because any body do not know that what are the names of base
classes and their information.

And as every one knows Reuseability....

Is This Answer Correct ?    0 Yes 0 No

What are the advantages of inheritance?..

Answer / parul.kataria007@gmail.com

by inheritance,we can create a link b/w the inherited class....

such that if we inherit class B from an existing class A and C from B,then we can use A and C together by inheritance... ennie

Is This Answer Correct ?    0 Yes 0 No

What are the advantages of inheritance?..

Answer / gunjan jain

1.re-usability
2.consumes less time(less efforts)
3.increase reliablity.
4.easy debugging
5.data hiding(using private,protected modes)..

Is This Answer Correct ?    0 Yes 0 No

What are the advantages of inheritance?..

Answer / sarmistha nayak

codereusebility

Is This Answer Correct ?    0 Yes 0 No

What are the advantages of inheritance?..

Answer / tanis

Hi guys, I recently attended one interview and the
interviewer was a sarky, crack and he thinks that he is a
geek... i gave all the explanation what you have written
abv and nothing could convince him. I also told him that we
can hide the implementation by putting it in a separate
dll, or unicode file but in vain...

Is This Answer Correct ?    18 Yes 22 No

What are the advantages of inheritance?..

Answer / mr manu

Sathyayittum enikk ariyyilla...................

Is This Answer Correct ?    22 Yes 57 No

Post New Answer

More OOPS Interview Questions

i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output

0 Answers  


What is abstract class in oop?

0 Answers  


What is difference between new and malloc?

7 Answers   emc2,


difference between abstraction and encapsulation with progarammatic eg. hi,just recently i went for an interview .The interviewer asked what is the difference between abstraction and encapsulation with programmatic eg. I gave the answer as encapsulation mean hiding the relevant data which is not useful for the user, eg a electric fan .hiding the information how the electricity is converted into machanical energy. abtraction showing only the relevant data to the user eg electric fan. it look ,its color ,it design etc only relevant data. Then the interviewer asked me, give me some programmic eg .I Said Let assume a web form having control like textbox,button etc. The user can view textbox,button etc this is the eg of abstraction and when the user click on the button how he is redirected is not known by the user is the eg of the encapsulation. Am I Correct .was the answer given by me is perfect .now i am planing to go for an another interview should i give the same answer.IF not please suggest me a better answer.with some good eg Please help

1 Answers  


What is class encapsulation?

0 Answers  


Describe the difference between a Thread and a Process?

11 Answers   Siebel Systems,


What is Iteration Hierarchy? What is what is Object behavioral concept?

1 Answers  


What is polymorphism ? Explain with examples

8 Answers   Ness Technologies,


how does a main() in C++ is different from main() in C?

7 Answers  


Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345

7 Answers  


Please tell me the oops concept with detailed answer

9 Answers   EEE,


write a program to find 2 power of a 5digit number with out using big int and exponent ?

0 Answers  


Categories