Returning own class object in the method

Posted by atuldalvi123 on 29-Apr-2016 04:47

Is this possible in the same class  using its own method  ?

All Replies

Posted by srireddy on 29-Apr-2016 06:55

You can use the following statement

RETURN THIS-OBJECT.

This thread is closed