Difference between revisions of "Concept (generic programming)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In generic programming, a concept is a description of supported operations on a type, including syntax and semantics. In this way, concepts are related to Abtract type|...")
(No difference)

Revision as of 08:25, 4 September 2016

In generic programming, a concept is a description of supported operations on a type, including syntax and semantics.

In this way, concepts are related to abstract base classes but concepts do not require a subtype relationship.

See also

External links

[[Category:]] [[Category:]]