List the features of Swift Programming?
Major features of Swift Programming
- Closures unified with function pointers.
- Supports Generics
- Fast and concise iteration over a range or collection.
- Objective-C Interoperability
- Variables are always initialized before use.
- Memory is managed automatically.
- Arrays and integers are checked for overflow.
- It eliminates the classes that are in unsafe mode.
Comments
Post a Comment