Consider the following C++ code:
Number num1 = Number(100,200);
If Number refers to a class, then this method of calling constructor function is called
Reveal answer
Fill a bubble to check yourself
Consider the following C++ code:
Number num1 = Number(100,200);
If Number refers to a class, then this method of calling constructor function is called