Module = Friend Class

  • Thread starter Thread starter kurt sune
  • Start date Start date
kurt sune said:
What is the difference between a Module and a Friend Class?

Modules can have modifiers <> 'Friend', and they are automatically imported,
which means that you can access their members without qualifying them with
the name of the module they are declared in. In addition, modules cannot be
instantiated.
 

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

Similar Threads


Back
Top