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