employer cover photo
employer logo
employer logo

Clearbridge Mobile

Is this your company?

Clearbridge Mobile interview question

What is an optional in Swift?

Interview Answer

Anonymous

15 Apr 2020

An optional is used to let a variable of any type represent the lack of value. An optional variable can hold either a value or nil any time.