Multiple choice

Immutable objects must be initialized in a

  1. member function

  2. manipulator

  3. allocator

  4. operator

  5. constructor

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Allocators are important components of the C++ Standard Library. The standard library provides several data structures, such as list and set, commonly referred to as containers.