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/oop/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 files/ko/glossary/oop/index.html (limited to 'files/ko/glossary/oop') diff --git a/files/ko/glossary/oop/index.html b/files/ko/glossary/oop/index.html new file mode 100644 index 0000000000..c4e3cf8d19 --- /dev/null +++ b/files/ko/glossary/oop/index.html @@ -0,0 +1,17 @@ +--- +title: OOP +slug: Glossary/OOP +translation_of: Glossary/OOP +--- +

OOP (객체 지향적 프로그래밍) 는 데이터가 {{glossary("object","객체")}} 내에 캡슐화되고 구성 요소 부분이 아닌 객체 자체가 운용되는 프로그래밍 방식이다

+ +

{{glossary("JavaScript")}} 는 매우 객체 지향적인 언어이다. JavaScript는  클래스 기반의 것과는 대조적으로 프로토타입 기반의 모델을 따른다 .

+ +

더 알아보기

+ +

일반적인 지식

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