type inference (n)~ A process in which the compiler determines the data type of a local variable that has been declared without an explicit data type declaration. The type is inferred from the initial value provided for the variable.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 54 조회
- 목록
본문
type inference (n)~ A process in which the compiler determines the data type of a local variable that has been declared without an explicit data type declaration. The type is inferred from the initial value provided for the variable.