How a member func can know *programmatically* the 'name of the object' that is calling it?
- by AKN
Let say we have a class and a memberfunc.
An object is created for this class, say ObjA.
ObjA calls memberfunc.
Can we get this name 'objA' inside memberfunc programatically?