aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/object_reference/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/object_reference/index.html
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/glossary/object_reference/index.html')
-rw-r--r--files/ko/glossary/object_reference/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/files/ko/glossary/object_reference/index.html b/files/ko/glossary/object_reference/index.html
new file mode 100644
index 0000000000..30e8171992
--- /dev/null
+++ b/files/ko/glossary/object_reference/index.html
@@ -0,0 +1,16 @@
+---
+title: Object reference
+slug: Glossary/Object_reference
+translation_of: Glossary/Object_reference
+---
+<p><strong>{{glossary("object", "객체")}}</strong>와 연결된 문서. 객체 참조는 연결된 객체와 비슷하게 사용될 수 있다.</p>
+
+<p>둘 이상의 속성에 동일한 객체를 할당할 때 객체 참조의 개념이 명확해진다. 할당된 각 <strong>{{glossary("property", "속성")}}</strong>은 객체의 복사본을 보유하는 대신 동일한 객체에 링크되는 객체 참조를 보유하여 객체가 객체를 참조하는 모든 속성을 변경할 때 변경 내용을 반영하도록 한다.</p>
+
+<h2 id="더_알아보기">더 알아보기</h2>
+
+<h3 id="일반적_지식">일반적 지식</h3>
+
+<ul>
+ <li>Wikipedia의 {{Interwiki("wikipedia", "Reference (computer science)")}} </li>
+</ul>