Private Constructor

Monkey Forums/Monkey Programming/Private Constructor

Kalakian(Posted 2012) [#1]
Is there any way to create a private constructor in Monkey. It's not a big deal if it can't be done, but it's a handy feature that I'm used to from C-style languages (and Protected visibility as well).

I know some potential work-arounds, but I'm quite new to Monkey, so there's a good chance I've missed something.