OOPs Concepts
Programming and Technical
Programming
Program
Explain the benefits of proper inheritance.
Read Solution (Total 14)
-
- -> Reusability
-> Efficiency
-> decreases Redundancy - 10 years agoHelpfull: Yes(5) No(0)
- . Code Reusability
. Method Overriding - 10 years agoHelpfull: Yes(0) No(0)
- reusability
- 10 years agoHelpfull: Yes(0) No(0)
- * code reusability
* save time in development
- 10 years agoHelpfull: Yes(0) No(0)
- benefits of inheritance.
1.code Reuseability.
2.reduse the size of program.
3.extend the class to another class. - 10 years agoHelpfull: Yes(0) No(0)
- Reusability,
Extensibility,
Data hiding,
Overriding - 10 years agoHelpfull: Yes(0) No(0)
- Reusability
Extensibility
data hiding
overriding - 10 years agoHelpfull: Yes(0) No(0)
- Avoids redundancy of code
Provides reusabilty - 9 years agoHelpfull: Yes(0) No(0)
- - Reusability
- Extensibility
- Data hiding
- Overriding - 8 years agoHelpfull: Yes(0) No(0)
- the variables and methods present in the one class we can access in the other class by using inheritance without declaring them in the child class
- 8 years agoHelpfull: Yes(0) No(0)
- Biggest advantage of inheritance is code reuseability
- 8 years agoHelpfull: Yes(0) No(0)
- Code reusability
- 8 years agoHelpfull: Yes(0) No(0)
- Inheritance : The process of getting variable or method from one class to another class
benefit: mainly code reusability - 8 years agoHelpfull: Yes(0) No(0)
- 1. Method Overriding
2. Code Reusability - 7 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question