adspace


What is an optional in swift?

Answer Posted / Utsav Srivastava

An optional in Swift is a type that can contain either a value of a specified type or nil. It allows you to represent the absence of a value.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the common execution states for a swift ios app (ios application lifecycle).

900


How can you define a base class in swift?

931


Explain some biggest changes in usernotifications.

926