Hello friends
Well its a silly doubt but here it goes
In a class we have members after creating object of class the members (variables etc) gets initialized i.e constructor :)
Is the values of value type goes with ZERO etc like that before obj creation ??? am i right after object creation what happens ?? constructor make then initialize to what ??
TY