Is there a way to get Object data from its class procedure or function without instantiate it?
|
|
|||||||
|
|
|
You seem to have gotten it wrong:
Without instantiation, there is no data, and you cannot access data if it's not there. |
||
|
|
|
|
To add to Ryan's answer, you can call the class functions without instantiating objects such as this:
|
||
|
|
|
|
I'm not sure this is what your talking about but...
IIRC, these are all valid examples of class methods. Anything else is not valid as you can't access any structures, variables or non-classed methods of an object with out instantiating it. |
||
|
|
