I read somewhere that member functions in C++ are similar to regular functions but with an additional implicit this parameter.
As a result, I assumed that this software would be unable to discriminate between two functions.
However, the software executed successfully.
So, was the above statement incorrect?
#include <iostream>
class MyCls {
...READ MORE
Jul 22, 2022
in C++
by
Nicholas
• 7,760 points
•
291 views