What are the advantages of inheritance?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / mr manu
Sathyayittum enikk ariyyilla...................
| Is This Answer Correct ? | 22 Yes | 57 No |
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
What is abstract class in oop?
What is difference between new and malloc?
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
What is class encapsulation?
Describe the difference between a Thread and a Process?
What is Iteration Hierarchy? What is what is Object behavioral concept?
What is polymorphism ? Explain with examples
how does a main() in C++ is different from main() in C?
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
Please tell me the oops concept with detailed answer
write a program to find 2 power of a 5digit number with out using big int and exponent ?