Method Chaining

General 2011. 9. 30. 18:45
반응형

메소드가 자신(this)을 리턴하여 메소드에 메소드를 연결하며 호출할 수 있게하는 기법의 정확한 이름은 Method Chaining이다.


http://en.wikipedia.org/wiki/Method_chaining


반응형

'General ' 카테고리의 다른 글

Dead Reckoning  (0) 2012.02.27
Builder Pattern  (0) 2011.10.01
ActionScript 3 Design Patterns  (0) 2011.09.30
Abstract Factory Pattern  (0) 2011.09.30
as3 slot machine game logic  (0) 2011.09.19
: