Which are usually variables that are used internally in object methods and also are globally visible variables?
A
Object properties
B
Variable properties
C
Method properties
D
Internal properties
Correct Answer: Variable properties
The variable properties are usually variables that are used internally in the objects methods, but can also be globally visible variables that are used through the page.