I want to know the meaning of & in the example below:
class1 &class1::instance(){ ///something to do }
Its a reference (not using pointer arithmetic to achieve it) to an object.