Talk:This (computer programming)
Appearance
python
Someone want to write about self in python? Cowbert 06:47, 9 May 2007 (UTC)
PHP
In PHP, this and self exist but represent different things. Because of polymorphism, a this pointer can change; however, self retains reference to the current class so static self-referential calls may be made. See: [1][2] NiX0n 16:10, 2 November 2007 (UTC)