Question
Software Engineering Design Each of the following heuristics helps make a good module according to some modularity principle. Identify the principle. (a) Make all attributes
Software Engineering Design
Each of the following heuristics helps make a good module according to some modularity principle. Identify the principle.
(a) Make all attributes of a class protected or private.
(b) A class should capture exactly one key abstraction.
(c) Make sure an operation needs all its parameters.
(d) Spin off unrelated data into another class.
(e) Minimize the number of classes with which a class collaborates.
(f) Most of the operations in a class should use most of the attributes most of the time.
(g) Model the real world whenever possible.
(h) Do not change the state of an object without going through its public interface.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started