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