+ 1
Bear in mind that the class itself is just a blueprint to instantiate objects. So the answer to your question is no. However you can find the address of an object of a class type by simply using the address of operator. It means that once you create an object from that class the address of your object is available in memory.
24th Mar 2018, 11:42 AM
Fabio
Fabio - avatar