질문
The general consensus seems to be that it's OK to use these terms interchangeably in a team environment. Except perhaps when you're defining the precise terminology; then you can also use "formal argument/parameter" and "actual argument/parameter" to disambiguate.
일반적인 통념으로는 이 두 용어를 섞어 써도 되는 것 같다.
하지만 당신이 정밀하게 용어를 정의한다면
당신은 일반적인 인자/매개변수 와 실제의 인자/매개변수를 분명하게 사용해야 합니다.
답변
1. A parameter is a variable in a method definition. When a method is called, the arguments are the data you pass into the method's parameters.
파라미터는 메쏘드 정의에서의 변수입니다. 메쏘드가 호출 될 때, 인자는 당신이 메쏘드 변수에 넘겨주는 데이터입니다.
2. Parameter is variable in the declaration of function.
Argument is the actual value of this variable that gets passed to function.
매개변수는 함수의 선언에서의 변수이며 인자는 함수에게 전달되는 변수의 실제 값이다.
https://stackoverflow.com/questions/156767/whats-the-difference-between-an-argument-and-a-parameter
What's the difference between an argument and a parameter?
When verbally talking about methods, I'm never sure whether to use the word argument or parameter or something else. Either way the other people know what I mean, but what's correct, and what's the
stackoverflow.com
'2019년 혁신성장 청년인재 집중양성(빅데이터) > STACKOVERFLOW 1일 1질문' 카테고리의 다른 글
normalization, standardization의 차이는 무엇일까? (0) | 2019.07.15 |
---|---|
다섯 번째 질문. Difference Between One-to-Many, Many-to-One and Many-to-Many? (0) | 2019.07.14 |
네 번째 질문. what is the true difference between lemmatization vs stemming? (0) | 2019.07.12 |
세번째 질문. [TRACEBACK] TypeError list indices must be integers not str (0) | 2019.07.11 |
첫 번째 질문. VOID FUNCTION과 FRUITFUL FUNCTION의 차이가 뭐에요? (0) | 2019.07.06 |