6
votes
Extending an existing class like a namespace (C++)?
My only question to you is, "does your added functionality need to be a member function, or can it be a free function?" If what you want to do can be solved using the class's existing interface, t …
