I can't imagine what I'd do without classes these days. Types and structures are well and good, but with classes come control. Implementation of classes are important too. I want things compact and easy for overview.
I don't like for instance c++ way of doing things where you declare classes in one file (.h) and then implement classes in another (.cpp). I also don't like visual basic's way of doing things because even simpler code so easily grows so... extended. But that's just what I'm used to, I suppose.
But classes is what I'd miss most if I had to revert from OOP. Even if they had no inheritance or polymorphism to speak of. But as CattleRustler said, let's leave that to another day.
-----
They SAID that given enough time a million monkeys with typewriters could recreate the collected works of William Shakespeare... Internet sure proved them wrong.
-----