Home » C++ Programming » Templates » Question
  1. Which value is placed in the base class?
    1. template
    2. derived values
    3. default type values
    4. both derived values & default type
    5. None of these
Correct Option: C

We can place the default type values in a base class and overriding some of them through derivation.



Your comments will be displayed only after manual approval.