Is it possible to provide special behavior for one instance of a template but not for other instances?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Describe new operator and delete operator?

0 Answers  


What are the advantages of c++ over c?

0 Answers  


Why do you use the namespace feature?

0 Answers  


What is c++ map?

0 Answers  


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

0 Answers  






Can you declare an array without a size in c++?

0 Answers  


Why is the function main() special?

0 Answers  


Which ide is best for c++?

0 Answers  


Differentiate between an external iterator and an internal iterator?

0 Answers  


What is a .h file c++?

0 Answers  


Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast

2 Answers   Quark,


Why can’t you call invariants() as the first line of your constructor?

0 Answers  


Categories