Quiz 5
1. Which keyword ensures virtual function overriding?
2. How to create a thread object?
3. Which mutex allows multiple locks by one thread?
4. What is the purpose of std::bind?
5. What management concept includes destructor and constructors?
6. How to declare a member initialized only once?
7. What is a wrapper that might be empty?
8. How to define a template class?
9. What is the lambda capture clause?
10. What keyword disables name mangling?
Previous Next