Multiple choice technology programming languages

What is the purpose of the name function in all controls?

  1. they can be sorted by type

  2. they can be called at runtime

  3. name functions does not exist

  4. they can be sorted by value

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The name function in controls allows them to be called at runtime. Name functions do exist in programming contexts, and while controls can be sorted, that's not the primary purpose of the name function.