class SomeClass{
static SomeClass(){
}
}
Here, although we maybe able to create different names, but shouldn't it refer to the same memory location? Analogous to calling the same person once by his proper name, once his nickname? Would it still be a singleton class?