Google News
logo
Swift - Quiz(MCQ)
________ is a process of querying and calling properties
A)
Swift Chaining
B)
Optional Chaining
C)
Lazy Chaining
D)
All of the above

Correct Answer :   Optional Chaining


Explanation : In Swift programming language, Optional Chaining is a process of querying and calling properties. You can chain multiple queries together, but if any link in the chain is nil then, the entire chain fails.

Advertisement