Hey Everyone,

I have taught myself, during previous years, how to write proper Object Oriented code. However, I've noticed that there are still a lot of programmers who prefer the old procedural style. Personally, I can't imagine how to structure my program without using classes/inheritance/visibility and other OOP techniques.
So I was wondering, how do you feel about this? OOP or procedural? Can someone explain to me how to write big programs without creating any classes?

Chronoz