Explain Naming Convention Constants?
Submitted by: AdministratorDescription
Constants are “variables” that cannot be changed within a function- or script-body. The value will always be the same during script-execution.
Syntax
"AX_" + [PURPOSE] + {OPTIONAL}
If the constant name consists of more than one word those will be separated using an underscore.
Examples
· AX_AUT_VERSION
· AX_DEFAULT_URL
Submitted by: Administrator
Constants are “variables” that cannot be changed within a function- or script-body. The value will always be the same during script-execution.
Syntax
"AX_" + [PURPOSE] + {OPTIONAL}
If the constant name consists of more than one word those will be separated using an underscore.
Examples
· AX_AUT_VERSION
· AX_DEFAULT_URL
Submitted by: Administrator
Read Online Coding Standards Job Interview Questions And Answers
Top Coding Standards Questions
| ☺ | Documentation Introduction |
| ☺ | Explain Scripts and libraries Introduction? |
| ☺ | Size of Scripts and libraries? |
| ☺ | Explain Documentation Libraries? |
| ☺ | Explain Naming Convention Globals? |
Top Application Program Categories
| ☺ | AutoCAD Interview Questions. |
| ☺ | Microsoft Office Interview Questions. |
| ☺ | Microsoft Outlook Interview Questions. |
| ☺ | Microsoft Excel Interview Questions. |
| ☺ | WPF Interview Questions. |
