Thanks! But still you did not answer it directly. Or may be I am a little confused.
But when exactly will be the Alpha constructor called?
Is it called only when we do this:
Beta beta;
somewhere??
And ...
Alpha alpha;
inside Beta has no effect at all?