메서드 (컴퓨터 프로그래밍) (Korean Wikipedia)

Analysis of information sources in references of the Wikipedia article "메서드 (컴퓨터 프로그래밍)" in Korean language version.

refsWebsite
Global rank Korean rank
1st place
1st place
low place
3,796th place
low place
3,797th place

rubyist.net (Global: low place; Korean: 3,796th place)

  • Mark Slagell (2008). “Methods”. http://www.rubyist.net/~slagell/ruby/: Ruby User's Guide. 2011년 8월 27일에 원본 문서에서 보존된 문서. 2011년 8월 12일에 확인함. What is a method? In OO programming, we don't think of operating on data directly from outside an object; rather, objects have some understanding of how to operate on themselves (when asked nicely to do so). You might say we pass messages to an object, and those messages will generally elicit some kind of an action or meaningful reply. This ought to happen without our necessarily knowing or caring how the object really works inside. The tasks we are allowed to ask an object to perform (or equivalently, the messages it understands) are that object's methods. 

tolmol.com (Global: low place; Korean: 3,797th place)

web.archive.org (Global: 1st place; Korean: 1st place)

  • Mark Slagell (2008). “Methods”. http://www.rubyist.net/~slagell/ruby/: Ruby User's Guide. 2011년 8월 27일에 원본 문서에서 보존된 문서. 2011년 8월 12일에 확인함. What is a method? In OO programming, we don't think of operating on data directly from outside an object; rather, objects have some understanding of how to operate on themselves (when asked nicely to do so). You might say we pass messages to an object, and those messages will generally elicit some kind of an action or meaningful reply. This ought to happen without our necessarily knowing or caring how the object really works inside. The tasks we are allowed to ask an object to perform (or equivalently, the messages it understands) are that object's methods. 
  • “OOPS Interview Questions: 17. What is Binding?”. http://www.tolmol.com/: TOLMOL Beta. 2011년 10월 2일에 원본 문서에서 보존된 문서. 2011년 8월 12일에 확인함. Binding denotes association of a name with a class.