What are the advantages of inheritance?
Answer Posted / 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 |
Post New Answer View All Answers
What is inheritance write a program to show use of inheritance?
Why oops is important?
What causes polymorphism?
write string class as your own class in java without using any built-in function
What is abstract class in oops?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is polymorphism what are the different types of polymorphism?
What is difference between pop and oop?
What is constructor in oop?
What is methods in oop?
What is overloading in oops?
What is inheritance in oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the purpose of enum?