B
Bob Evans
If class members (attributes) are not explicitly initialized in a
constructor, are they zero-initialized OR are their contents undefined
when the object is constructed? Is this specified in the langauge
standard?
My guess is: they are undefined.
Thanks, Bob
constructor, are they zero-initialized OR are their contents undefined
when the object is constructed? Is this specified in the langauge
standard?
My guess is: they are undefined.
Thanks, Bob