0%

ALL meanings of generic programming

G g
  • noun Technical meaning of generic programming (programming)   A programming technique which aims to make programs more adaptable by making them more general. Generic programs often embody non-traditional kinds of polymorphism; ordinary programs are obtained from them by suitably instantiating their parameters. In contrast with normal programs, the parameters of a generic programs are often quite rich in structure. For example they may be other programs, types or type constructors or even programming paradigms. 1
  • noun generic programming (programming) A style of computer programming in which algorithms are written in terms of to-be-specified-later types that are then instantiated when needed for specific types provided as parameters. 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?