Q421
Is there an error in the below code? Private _intSide As Integer Public Property Side As Integer _intSide=_intSide+2 End Property
A.
No error
B.
Runtime Error
C.
Syntax error
D.
Compilation Error
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board