Tell me what is the difference between standard modules and class modules?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Microsoft Consultant Job Interview Questions And Answers