It might be a stupid question, but it annoyed me.
I wrote what, in my opinion, is procedural code, but I use classes that combine related public and private functions in accordance with the goals. Instead of using objects and methods, I call functions, when necessary, with a scope resolution operator. i.e.: db::execute($sql)
I know this is funny, but I just realized that everyone immediately associates classes with OOP. Am I doing some kind of perverse heresy?
source share