The whole point of an object is that it is a singleton - there can be no other instance than the declared one. So you cannot construct another one with a different value.
m
manlan
11/24/2020, 5:45 PM
I don't need another instance. I just need the object class to have a value that it should get from outside while being created. Is there such a possibility?