InterviewSolution
Saved Bookmarks
| 1. |
Why we use :: template-template parameter?(a) binding(b) rebinding(c) both binding & rebinding(d) reusingI got this question during a job interview.The origin of the question is Template Arguments to Specify Policy Usage topic in chapter Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» CORRECT option is (c) both binding & rebinding To explain I would SAY: It is USED to adapt a policy into binary ONES. |
|