Quiz 3
1. Which smart pointer is for single ownership?
2. Which method constructs an object in place?
3. Which constructor prevents implicit conversions?
4. What is the mechanism for dynamic dispatch?
5. What is the scope of variables in C++17 if-statements?
6. Which specifier prohibits class inheritance?
7. What is the cast to an rvalue reference?
8. Which container is a doubly linked list?
9. Which keyword allows compile-time evaluation?
10. What is a reference to a temporary object?
Previous Next