Browse Source

Aktualisieren Programmierparadigmen.md

remotes/origin/HEAD
fdai8040 1 year ago
parent
commit
15fc4ee695
  1. 6
      Programmierparadigmen.md

6
Programmierparadigmen.md

@ -3,7 +3,7 @@
### Java
- imperative, objektorientierte plattformunabhängige Programmiersprache mit funktionalen Anteilen
- imperative objektorientierte plattformunabhängige Programmiersprache mit funktionalen Anteilen
- strikt typisierte Programmiersprache
- enthält Standardbibliothek
- automatische Speicherverwaltung
@ -12,7 +12,7 @@
### C
- imperative, prozedurale plattformunabhängige Programmiersprache
- imperative prozedurale plattformunabhängige Programmiersprache
- typisierte Programmiersprache
- hardwarenahe
- manuelle Speicherverwaltung
@ -21,7 +21,7 @@
### Python
- imperative, objektorientierte plattformunabhängige Programmiersprache
- imperative objektorientierte plattformunabhängige Programmiersprache
- dynamisch typisierte Programmiersprache
- automatische Speicherverwaltung
- kombiniert Eigenschaften von Compiler & Interpretersprachen

Loading…
Cancel
Save