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.

31 lines
506 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. # C:
  2. - imperativ
  3. - prozedural
  4. - typisiert
  5. - keine objektorientierte Sprache, objektorientiertes Arbeiten trotzdem möglich
  6. # Java:
  7. - imperativ
  8. - prozedural
  9. - typisiert
  10. - objektorientiert
  11. # Python:
  12. - imperativ
  13. - prozedural
  14. - dynamisch typisiert
  15. - ermöglicht objektorientiertes, aspektorientiertes und funktionales Arbeiten
  16. # Javascript:
  17. - imperativ
  18. - prozedural
  19. - dynamisch typisiert
  20. - objektorientiert, aber klassenlos
  21. # TypeScript:
  22. - imperativ
  23. - prozedural
  24. - dynamisch typisiert
  25. - objektorientiert