From 9642cd7ae24f0ba79ce5647c709b35ae8f06a285 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sun, 19 Jan 2025 21:14:51 +0100 Subject: vault backup: 2025-01-19 21:14:51 --- .trash/1736883778 prototype based programming.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .trash/1736883778 prototype based programming.md (limited to '.trash/1736883778 prototype based programming.md') 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 -- cgit v1.2.3