Join ExamsbookAnswer :
What is the difference between standard modules and class modules ?5
Q: What is the difference between standard modules and class modules ?
- Show Answer
- Workspace
Answer :
Explanation :
Standard modules contain variables, procedures and functions that are accessible anywhere within the project. A class module contains properties and events, and is made accessible only by objects that were created as an instance of that class.