From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/object/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 files/ja/glossary/object/index.html (limited to 'files/ja/glossary/object') diff --git a/files/ja/glossary/object/index.html b/files/ja/glossary/object/index.html new file mode 100644 index 0000000000..0867795f3e --- /dev/null +++ b/files/ja/glossary/object/index.html @@ -0,0 +1,22 @@ +--- +title: Object (オブジェクト) +slug: Glossary/Object +tags: + - CodingScripting + - Glossary + - Intro + - オブジェクト + - 用語集 +translation_of: Glossary/Object +--- +

オブジェクトはデータとそのデータをやり取りするための命令が入ったデータ構造です。オブジェクトはしばしば現実世界の事物を参照する事があります。例えば、レーシングゲームでは carmap オブジェクトと言った具合です。{{glossary("OOP","オブジェクト指向プログラミング")}}言語の例としては、{{glossary("JavaScript")}}、Java、C++、Python、そして Ruby などが挙げられます。

+ +

詳細情報

+ +

一般知識

+ + -- cgit v1.2.3-54-g00ecf