Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Software Engineering: Each of the following heuristics helps make a good module according to some modularity principle. Identify the principle. (a) Make all attributes of

Software Engineering:

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions