Question: Which of the following types has the closest functionality to a class?

  1. `struct`
  2. `union`
  3. `enum`
  4. `namespace`

Answer: The correct answer of the above question is Option A:`struct`