Solved

Which Statement Form Below Assigns the Value of a Property

Question 24

Multiple Choice

Which statement form below assigns the value of a property to a variable?


A) objectName.propertyName = value
B) varName = objectName.propertyName
C) objectName.methodName(arg1, ...)
D) RaiseEvent eventName

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions