Hi, noob question : If I create an `object`, does...
# getting-started
n
Hi, noob question : If I create an
object
, does instanciating it two times creates two instances ?
a
nounours: you can't instantiate it
you declare it with
object Singleton
and reference its only instance as
Singleton
n
Ok thanks
I'll try to do my tuff with this 😉
m
Distinguish object declarations and object expressions.