I don't like OOP (object-oriented-programming/problems). Normally the compiler/interpreter is doing stuff you can't really control and you are confused why your program doesn't work.
That's why I prefer to use C instead of C++ and I don't really like Java.
If necessary I can do stuff which is similiar to OOP in C, too. I don't need a compiler doing a part of the work in the wrong way.
