Constructor (object-oriented programming): Difference between revisions

Content deleted Content added
Line 102:
PolarPoint a;
PolarPoint b(3);
PolarPoint c(5, std::numbers::pi / 4);
</syntaxhighlight>