Home » C++ Programming » Templates » Question
  1. How many kinds of entities are directly parameterized in c++?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: B

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



Your comments will be displayed only after manual approval.