What are the advantages of inheritance?
Answer Posted / 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 |
Post New Answer View All Answers
What does and I oop mean?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is object in oop?
What are functions in oop?
How can you overcome the diamond problem in inheritance?
Prepare me a program for the animation of train
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Why is polymorphism important in oop?
What is a null tree?
Plese get me a perfect C++ program for railway/airway reservation with all details.
write string class as your own class in java without using any built-in function
What is pointer in oop?
What is the types of inheritance?
State what is encapsulation and friend function?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }