From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/glossary/object/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 files/ko/glossary/object/index.html (limited to 'files/ko/glossary/object/index.html') diff --git a/files/ko/glossary/object/index.html b/files/ko/glossary/object/index.html new file mode 100644 index 0000000000..61bbe87b83 --- /dev/null +++ b/files/ko/glossary/object/index.html @@ -0,0 +1,16 @@ +--- +title: Object +slug: Glossary/Object +translation_of: Glossary/Object +--- +

객체는 데이터 및 데이터 작업에 대한 지침을 포함하는 데이터 구조를 말한다. 객체는 때때로 레이싱 게임에서 car 나 map 과 같은 실생활에서의 것들을 지칭할 수 있다. {{glossary("JavaScript")}}, Java, C++, Python, and Ruby 는 {{glossary("OOP","객체 지향적 프로그래밍")}} 언어의 예이다.

+ +

더 알아보기

+ +

일반적인 지식

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