Perhaps due to a lack of need or understanding, I have a difficult time seeing when the implementation of a class would be practical. I do ,however, understand how a class works but I would be very appreciative to see a real life example (class vs non-class solution). Cheers.
unless it is a big application.
if it is a big / complex app, then class might be usefull or intergration of class with procedural code.
if it is a small app, then procedural code will tend to be choose by most of us.