what classA.instance means? equal to classA()?
i
what classA.instance means? equal to classA()?
v
No, the first gives you the value of the static property
instance
.
classA
is probably a singleton.