0
How to differentiate between global and local variable?
I know how we do that, but would just like to know the points I could write. Thanks!
2 odpowiedzi
+ 4
global variable are defined just after class and local are defined in function,method and constructors//simplest way to identify.