1. Which SOLID principle would apply for the following statements? Justify your answer briefly. i. Instead of changing the code of the class directly, we can create a subclass and override parts of the original class that we want to behave differently. ii. Parameter types in a method of a subclass should match or be more abstract than parameter types in the method of the superclass. iii. Make every class responsible for a single part of the functionality provided by the software, and make that responsibility entirely encapsulated by the class. įv. We can extend low-level classes to use with different business logic classes without breaking existing classes and therefore, high-level classes shouldn't depend on low- level classes. Classes that are able to implement the original interface can just implement several refined interfaces. Other classes can implement only those interfaces which have methods that make sense for them. V.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter11: More Object-oriented Programming Concepts
Section: Chapter Questions
Problem 14RQ
icon
Related questions
Question
1. Which SOLID principle would apply for the following statements? Justify your answer
briefly.
Instead of changing the code of the class directly, we can create a subclass and
override parts of the original class that we want to behave differently.
ii. Parameter types in a method of a subclass should match or be more abstract than
parameter types in the method of the superclass.
iii. Make every class responsible for a single part of the functionality provided by the
software, and make that responsibility entirely encapsulated by the class.
iv.
i.
We can extend low-level classes to use with different business logic classes without
breaking existing classes and therefore, high-level classes shouldn't depend on low-
level classes.
Classes that are able to implement the original interface can just implement several
refined interfaces. Other classes can implement only those interfaces which have
V.
methods that make sense for them.
Transcribed Image Text:1. Which SOLID principle would apply for the following statements? Justify your answer briefly. Instead of changing the code of the class directly, we can create a subclass and override parts of the original class that we want to behave differently. ii. Parameter types in a method of a subclass should match or be more abstract than parameter types in the method of the superclass. iii. Make every class responsible for a single part of the functionality provided by the software, and make that responsibility entirely encapsulated by the class. iv. i. We can extend low-level classes to use with different business logic classes without breaking existing classes and therefore, high-level classes shouldn't depend on low- level classes. Classes that are able to implement the original interface can just implement several refined interfaces. Other classes can implement only those interfaces which have V. methods that make sense for them.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage