Home » C++ Programming » Functions » Question
  1. Pick out the correct statement.
    1. virtual functions does give the ability to write a templated function
    2. virtual functions does not give the ability to write a templated function
    3. virtual functions does not give the ability to rewrite a templated function
    4. All of above
    5. None of these
Correct Option: C

virtual functions does not give the ability to rewrite a templated function



Your comments will be displayed only after manual approval.