From e9dd3ae9c39acaf332945b01ddbc0597e4baa506 Mon Sep 17 00:00:00 2001 From: fdai7920 Date: Thu, 2 Nov 2023 11:51:31 +0000 Subject: [PATCH] Verbesserung Eintrag SU 31.10.23 --- Lerntagebuch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lerntagebuch.md b/Lerntagebuch.md index 86a8789..9013222 100644 --- a/Lerntagebuch.md +++ b/Lerntagebuch.md @@ -27,11 +27,11 @@ Unterschiedliche Programmierparadigmen: - Imperative Programmierung - Declarative Programmierung - Prozedurale Programmierung -- Objektorientierte Programmierung (inklusive Bedeutung Polymorphie) +- Objektorientierte Programmierung (inklusive Bedeutung Polymorphie) - Funktionale Programmierung Unterschiedliche Programmiersprachen: - typisierte Programmiersprachen -- typenlose Programmiersprachen +- typenlose Programmiersprachen Wie man programmieren sollte: - Prinzipien der Programmierung