What's the difference between a class and a module?

Did I mention I love you all for answering my stupid questions?

I found this in google:
Code:
instances can be created from a class in the form of objects, but not from a module
What does it mean?

Thanks.