Computer Science, asked by meekJahnasha, 1 year ago

how are meaningful identifiers useful

Answers

Answered by kvnmurty
32
   Meaningful identifiers means the names of variables, programs, file names, picture names function and procedure names , class names and object names.

   These names are all given in such a way that one understands the program  easily.  While writing the program also,  the developer finds it much more comfortable using meaningful identifiers.

for example:  if there is an array , list, matrix  that are used for employee data, then that can be named as :  employee_data..

kvnmurty: click on thanks button above ; ; select best answer
Answered by apriyanshu885
0

Secondary SchoolComputer science 10+5 pts



How are meaningful identifiers useful

Report by MeekJahnasha 27.10.2015

Answers


Apriyanshu885 · Ambitious

Know the answer? Add it here!

kvnmurty

Kvnmurty The Sage

Meaningful identifiers means the names of variables, programs, file names, picture names function and procedure names , class names and object names.


These names are all given in such a way that one understands the program easily. While writing the program also, the developer finds it much more comfortable using meaningful identifiers.


for example: if there is an array , list, matrix that are used for employee data, then that can be named as : employee_data..

Similar questions