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)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which is the most significant feature that arises ... >>
<< Can default arguments be used with the template cl...