oop | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

oop

Why is oop so important? Why is recommended to use oop if you want to create a gui, when you can use functions?

24th Apr 2020, 6:59 PM
tibi
tibi - avatar
1 Antwort
+ 3
Making smaller projects using functions and whatnot are fine. But a large scale gui with different windows can get confusing and ugly real quick. Classes help with managing larger code and is cleaner and much easier to read.
24th Apr 2020, 7:09 PM
Slick
Slick - avatar