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

Popular posts from this blog

In Swift, Optionals and Optional Binding are key concepts for handling values ?

What is benifit of using higher order functions?

Swift Optionals and force unwrapping?