0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【応用情報】モジュール結合度・モジュールの独立性

Posted at

モジュール結合度は他のモジュールとのデータの受け渡しに関して、渡すものや受け渡し方法について分類されている。
以下、上からモジュールの独立性が高い順に並べていく。

データ結合:単一のデータを引数として受け渡す

スタンプ結合:データ構造を引数として受け渡す

制御結合:制御パラメータを引数として受け渡す

外部結合:外部のモジュールで定義されたデータを参照する

共通結合:グローバル領域に定義されたデータを参照する

内容結合:他のモジュール内のデータを直接参照する

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?