diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:31 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:31 +0100 |
commit | 8f2731905212f6e7eb2d9793ad20b8b448c54ccf (patch) | |
tree | 68b111146b149114ea5913c4ad6d1dfad9e839e3 /files/tr/glossary/oop | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-8f2731905212f6e7eb2d9793ad20b8b448c54ccf.tar.gz translated-content-8f2731905212f6e7eb2d9793ad20b8b448c54ccf.tar.bz2 translated-content-8f2731905212f6e7eb2d9793ad20b8b448c54ccf.zip |
unslug tr: move
Diffstat (limited to 'files/tr/glossary/oop')
-rw-r--r-- | files/tr/glossary/oop/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/tr/glossary/oop/index.html b/files/tr/glossary/oop/index.html new file mode 100644 index 0000000000..771a8e739d --- /dev/null +++ b/files/tr/glossary/oop/index.html @@ -0,0 +1,17 @@ +--- +title: NYP +slug: Glossary/NYP +translation_of: Glossary/OOP +--- +<p><strong>NYP </strong>(Nesne Yönelimli Programlama) verilerin nesneler içine kapsüllendiği ve içinde bulunan bileşenlerin nesneyi yönettiği programlama yaklaşımıdır.</p> + +<p>{{glossary("JavaScript")}} ağırlıklı olarak nesne yönelimlidir. <strong>Prototip</strong> temelli modeli örnek alır (<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Class-based_vs._prototype-based_languages">sınıf temelli değildir</a>).</p> + +<h2 id="Daha_fazla_bilgi_edin">Daha fazla bilgi edin</h2> + +<h3 id="Genel_Bilgi">Genel Bilgi</h3> + +<ul> + <li><a href="https://tr.wikipedia.org/wiki/Nesne_y%C3%B6nelimli_programlama">Nesne yönelimli programlama</a> - Vikipedi</li> + <li><a href="https://developer.mozilla.org/tr/docs/%C3%96%C4%9Fren/JavaScript/Objeler">Nesneye yönelik JavaScript'e giriş</a></li> +</ul> |