What are the advantages of inheritance?
Answer Posted / masokis
1. reusability
2. maintainability
3. extensibility
4. realibility
it's the basic part :)
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
what are the ways in which a constructors can be called?
How long to learn object oriented programming?
Why polymorphism is used in oops?
What is pointer in oop?
What are the important components of cohesion?
Can we override main method?
What is overloading in oops?
Can a destructor be called directly?
Why is abstraction needed?
What is variable example?
What type of loop is a for loop?
write a program that takes input in digits and display the result in words from 1 to 1000
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(); }
What is a class and object?
What is purpose of inheritance?