Beginner Swift
Q10 / 100

What is an enum in Swift?

Correct! Well done.

Incorrect.

The correct answer is B) A value type defining a group of related values, supporting associated values and methods

B

Correct Answer

A value type defining a group of related values, supporting associated values and methods

Explanation

Swift enums are first-class types that can have associated values, raw values, computed properties, and methods.

Progress
10/100