diff options
Diffstat (limited to 'files/ko/glossary/object_reference/index.html')
| -rw-r--r-- | files/ko/glossary/object_reference/index.html | 16 |
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> |
