summaryrefslogtreecommitdiff
path: root/.trash/1736883778 prototype based programming.md
diff options
context:
space:
mode:
Diffstat (limited to '.trash/1736883778 prototype based programming.md')
-rw-r--r--.trash/1736883778 prototype based programming.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.trash/1736883778 prototype based programming.md b/.trash/1736883778 prototype based programming.md
new file mode 100644
index 0000000..7a0da92
--- /dev/null
+++ b/.trash/1736883778 prototype based programming.md
@@ -0,0 +1 @@
+In a prototype language objects are created via either a special object creation function or via cloning an existing one. Thus the prototype of a given object is similar to the parent class in a class based language. This implies that this kind object is mutable because we should be able to change clones into "new types" by additional properties etc, \ No newline at end of file