what do visibility modifiers in the constructor do...
# announcements
d
what do visibility modifiers in the constructor do? e.g.
private val param1: Double
) - what does the private do?