What is the difference between standard modules and class modules ?

Correct Answer: 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

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion