|
-
Apr 30th, 2013, 04:50 PM
#1
Thread Starter
Hyperactive Member
Shared functions
A basic question, but for someone who does not know the answer, it's not that basic.
Looking at Object orientated programming a function within a class can be defined as
Public Shared function Nameoffunction()
In this case the function can be called without creating an instance of it.
However, when simply creating Module containing sub routines / functions
Public function nameoffunction()
Will suffice. This can also be called in the same way,
Hence what is the difference.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|