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?
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.