Page 1 of 1

Why are local variable names beginning with an underscore discouraged?

Posted: Mon Jan 24, 2022 6:53 am
by answerhappygod
a) they are used to indicate a private variables of a class
b) they confuse the interpreter
c) they are used to indicate global variables
d) they slow down execution