M. Jahedbozorgan
|
Registered User
|
In many object-oriented programming languages, Me (also called self or this) is a keyword that is used in instance methods to refer to the object on which they are working. C++, and programming languages which derive in style from it (such as Java, C#, and PHP) generally use this. Smalltalk and others such as Object Pascal, Python, Ruby, and Objective-C use self; Visual Basic uses Me.
|
|
35
|
Votes |
|
93
|
Tags |
|
12
|
Badges |
