Software-Engineering
August 28, 2024Software-design
August 28, 2024Software-Engineering
| Question 121 |
In the context of Object oriented software design, which of the following consequences of use of inheritance is disadvantageous?
| Increased coupling between classes | |
| Reusable code development
| |
| Supports building class hierarchy | |
| Supports development of classes with less number of arguments and methods |
Correct Answer: A
