Howdy all,

I have a question about classes. I have a vague understanding as to how a class works and what it's purpose is. I am currently reading a chapter in a book on the subject. I have a question to you all:

What makes a class better than a well structured module?

From many of the downloaded source code files for VB programs, I see that classes are used quite extensively. Why? Again, I vaguely understand how classes work. That is you can have a class that describes a car, and all of the attributes of that car. What I do not understand is how.

Do you know of any great tutorials that help make learning this topic any easier? The book is ok, but I am getting a bit lossed. Any additional info on the subject would be helpful in my understanding of it. I consider myself an intermediate VB programmer, and I have made a number of cool programs for past and present jobs, but I feel I need to expand into these more advanced topics (such as object oriented programming) so I can 'run with the big dogs'.

What are your opinions? I really appreciate your time...