How many kinds of entities are directly parameterized in c++?

Correct Answer: 3

Explanation:

C++ allows us to parameterize directly three kinds of entities through templates: types, constants, and templates.


Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion