Q:

What is the syntax to use explicit class specialization?

0

What is the syntax to use explicit class specialization?


  1. template class myClass<>{ }
  2. template class myClass{ }
  3. template <> class myClass<>{ }
  4. template <> class myClass{ }

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (d).template <> class myClass{ }

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now