In C++ you can put a member in a base class and a member with the same name in the inherited class.
How can I access a specific one in the inherited class?
In C++ you can put a member in a base class and a member with the same name in the inherited class.
How can I access a specific one in the inherited class?