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 for each letter. Modularity principles:

Software Engineering:

Each of the following heuristics helps make a good module according to some modularity principle. Identify the principle for each letter.

Modularity principles:

Principle of Small Modules

Principle of Information Hiding

Principle of Least Privilege

Principle of Coupling

Principle of Cohesion

(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

Recommended Textbook for

101 Database Exercises Text Workbook

Authors: McGraw-Hill

2nd Edition

0028007484, 978-0028007489

More Books

Students also viewed these Databases questions

Question

LO4 Provide an overview of four challenges facing HR today.

Answered: 1 week ago