previous
|
start
|
next
Property Syntax
Not Java :-(
C#, JavaScript, Visual Basic
b.
propertyName
= value
calls setter
variable = b.
propertyName
calls getter
Example Javascript Program
The corresponding Java Program
previous
|
start
|
next