That's the whole objective of creating a decent singleton -- to make it so that it is difficult if not impossible to have more than one instance of the class. In this context I agree that your...