Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:modul:m291:learningunits:lu04:loesungen:01 [2025/01/21 12:13] – vdemir | en:modul:m291:learningunits:lu04:loesungen:01 [2025/02/25 12:31] (aktuell) – vdemir | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== LU04.S01 - Frameworks VS Libraries | + | ====== LU04.S01 - Control Questions |
- What is the primary difference between how libraries and frameworks manage control in a project? (Hint: Think about who-calls-whom — your code or the framework/ | - What is the primary difference between how libraries and frameworks manage control in a project? (Hint: Think about who-calls-whom — your code or the framework/ | ||
Zeile 11: | Zeile 11: | ||
- Why are libraries important in program linking and binding processes, and how do they differ from frameworks in this regard? | - Why are libraries important in program linking and binding processes, and how do they differ from frameworks in this regard? | ||
* Libraries are important because they provide reusable functions or modules that can be integrated into a program to add functionality without dictating the overall structure. Frameworks, on the other hand, impose a specific architecture and take control of the application flow. | * Libraries are important because they provide reusable functions or modules that can be integrated into a program to add functionality without dictating the overall structure. Frameworks, on the other hand, impose a specific architecture and take control of the application flow. | ||
- | |||
- | |||
===== Vocabulary ===== | ===== Vocabulary ===== | ||
Zeile 20: | Zeile 18: | ||
| in this regard | diesbezüglich | | | in this regard | diesbezüglich | | ||
| to incorporate | einbauen (lassen) | | | to incorporate | einbauen (lassen) | | ||
+ | |||
+ | ---- | ||
+ | [[https:// |