호출 - actual parameter 정의 - formal parameter Paramter Strategy Stack Segment and Parameters call by value - immutable arguments Positional Parameter argument 정한 순서대로 입력해라 Named ( or key word) Parameter 이름을 정해서 순서를 안 지켜도 가능하다 => Mixed Keyword and Positional Optional Parameter *를 쳐서 무한대로 올 수 있또록 Parameter 7/8 techniques • 18.3 By value - C언어 formal parameter를 호출된 메소드의 activation record 속 지역 변수로 고..