As long as I have been programming (not very long) I have not used classes because I have yet to find effective ways to use them. Mostly because I don't know what sort of situations they would be best for. I use functions a lot in my code, since they seem to do the job fast and well.

Well, to the point, could anyone either give examples or suggest times when they are more useful. All the examples I have seen say mammal and dog and cat and car and stuff, nothing I can relate them to. I know how to use inhertance, so that may make the examples more easy to come by.

Thank you