Hello,
I am relatively new to OO programming. I have a question:
In C++, is it necessary to create a “dummy object” to access member functions that take objects as arguments? In other words, can I use a member function without an object? Thanks in advance.