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?

More than 1 year has passed since last update.

オブジェクト指向の考え方(その3:カプセル化)

Last updated at Posted at 2023-04-21

カプセル化とは

カプセル化とは、「情報と動作をひとまとめにする」こと。

情報隠蔽と同義で使われることがあるが、厳密には異なり、情報隠蔽は「中身を見ることができない」となるが、カプセル化は「中身を知る必要がない」という考えになる。
オブジェクト指向-6 2.jpg

オブジェクト指向では、機能と実装を分離し、知る必要のない仕組みを無視することで複雑さを排除してソフトウェアの理解度を向上させる。


前の回はこちら → オブジェクト指向の考え方(その2:抽象化と階層化)

続きはこちら → オブジェクト指向の考え方(その4:クラスとインスタンス)

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?