What is the difference between a class and a module?

What is the difference between a class and a module?



The straightforward answer: A module cannot be subclassed or instantiated, and modules can implement mixins.

Comments

Popular posts from this blog

Agile Method Advantages and Disadvantages