If const version of a function when overloading is used, the function ___________________
If const version of a function when overloading is used, the function ___________________ Correct Answer Returns const reference
The function returns a const reference. This is to ensure that the value of object calling the function is not modified. This is a security feature.
মোঃ আরিফুল ইসলাম
Feb 20, 2025