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 the renewal class?
What is the oops and benefits of oops programming?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is encapsulation oop?
What is the example of polymorphism?
What is the real time example of encapsulation?
What is the difference between a constructor and a destructor?
What is the purpose of polymorphism?
program for insertion ,deletion,sorting in double link list
Can an interface inherit a class?
How do you achieve runtime polymorphism?
What are the 4 main oop principles?
Can main method override?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Can we override main method?