InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between A Class And A Module? |
|
Answer» A MODULE cannot be subclassed or INSTANTIATED, and MODULES can IMPLEMENT MIXINS. A module cannot be subclassed or instantiated, and modules can implement mixins. |
|