Is there an error in the below code?
Private _intSide As Integer
Public Property Side As Integer
_intSide=_intSide+2
End Property
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
Answer: Option D

Join The Discussion