In reply to sharvil111:
Hi,
Can you please explain why we need class name before get function in the singleton class code, like:
static function A get(); // function to return singleton handle.
Why can’t we write it simply like :
static function get(); // function to return singleton handle.
Thanks & Regards
Vineet