Kurt
0
A user of my class needs to supply some information to the constructor of the class. Then the constructor checks if the parameters that where passed can describe a valid instance or not. If not I give the user a warning, but I would also like to drop the creation of the object itself - as if the constructor was never called!
Is this possible?
Is this possible?