Enquire Now

Tags: hardcoded

Parameters or variables in a program are considered as hard-coded, if they represent a constant value that can't be changed by configuration or via any kind of interface. The only way to change them is to modify the program itself.

0 Questions