show/hide this revision's text 2 Added language-design tag, some minor spelling.

Hi,

Just out of curiosity: Why C++ choose a = new A instead of a = A.new as the way to instance-lize instantiate an object? Doesn't latter seems more like more object-oriented?

show/hide this revision's text 1 [made Community Wiki]

create a object : A.new or new A?

Hi,

Just out of curiosity: Why C++ choose a = new A instead of a = A.new as the way to instance-lize an object? Doesn't latter seems more like more object-oriented?