Description | Parts | Description |
|---|---|
| Access Modifiers | Used to provide access permissions for the sub procedures. Example: public, private..etc |
| SubName | Used to Indicate the name of the Sub |
| Attribute ParameterList | Used to Declare the list of the parameter |
Description
Example
Points