Class having object of itself

In reply to Jinam Shah:

Hi Jinam,

If you call test_ob.create_me(), it enters into it and it creates a self object and calls self.display(“self”). So now if you call test_ob.display() it calls directly display with the string “this”, nowhere self object comes into picture.