You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
###Programmparadigmen###
####Java####
+imperative Programmiermethode +objektorientierte Programmierung +typisierte Programmiersprache
####C####
+imperative Programmiermethode +prozedurale Programmiersprache +typisierte Progrmaiersprache
####Python####
+objektorientierte, prozeduralorientierte, funktionale Programmierung +dynamische typisierte Programmiersprache +imperative Programmierung
####go####
+objektorientiert, obwohl auf Klassen und Vererbung verzichtet wird +stark typisiert
####Javascript####
+objektorientiert +dynamisch typisiert +nach Bedarf auch prozedural oder funktional
####TypeScript####
+funktional +imperativ +objektorientiert
###weitere Programmprinzpien###
|