Google News
logo
Swift - Interview Questions
What are the features of Swift programming?
Following are the features of Swift :
 
* Type Safety and Type inference language
* Protocol oriented
* Safe by default
* Enforced initializers
* Forced Unwrapping
* Less code, fewer files
* Closures
* Tuples
* Much faster when compared to other languages.
* More impressive structs and enums
* Not required to use semicolons
Advertisement