Computer Science, asked by angelkesharwani89, 8 months ago

define class recurring pattern​

Answers

Answered by tripathyspandan23
0

Explanation:

The curiously recurring template pattern (CRTP) is an idiom in C++ in which a class X derives from a class template instantiation using X itself as template argument. More generally it is known as F-bound polymorphism, and it is a form of F-bounded quantification.

Answered by dhrugupt
1

Answer:

Explanation:

The curiously recurring template pattern is an idiom in C++ in which a class X derives from a class template instantiation using X itself as template argument. More generally it is known as F-bound polymorphism, and it is a form of F-bounded quantification

I guess it answers ur question

Similar questions