Data type을 Generalize(일반화) 하는 것을 의미함.
Static Polymorphism 은 Generic Programming 이라는 개념을 지지한다. OOP의 개념처럼 일반화 프로그램에 대한 정의는 전반적으로 합의가 되지 않았다.
C에서는 Template 을 이용한 프로그래밍을 일컬곤 한다. C Tem
'Programming > Common' 카테고리의 다른 글
Overloadding vs Overridding, Deep copy vs Shallow copy (0) | 2021.10.13 |
---|---|
Singletone, Polymorphism (0) | 2021.10.13 |
Quality Assurance Program (0) | 2021.10.13 |
definition or implementation, Parameter vs Argument, Iteration (0) | 2021.10.13 |
Benchmark, Profiling (0) | 2021.10.13 |