Is there any other way to call constructor, other than new object creation from new operator?
I think when constructor chaining happens in inheritance then also constructor gets called but it does not create parent class object.
Is there any other way to call constructor, other than new object creation from new operator?
I think when constructor chaining happens in inheritance then also constructor gets called but it does not create parent class object.