add module & add class

  • Thread starter Thread starter a
  • Start date Start date
Hello a,
What is the difference between (Add module ) and (Add class)

Both are code files.

A Module is like a Class in which all methods are Static/Shared

A Module's members can be accessed (assuming scope is not an issue) without
needing to instanciate the module.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top