I still don't really get why so many people say that OO Programming is so good? I mean, yeah, it's useful to group certain functions that are related in a class, but why use objects? I could just make an include file with related functions, couldn't I?
can someone please explain the use of OO Programming?