+ 2
features of swift programming.
1.It eliminates entire classes of unsafe code. 2.variables are always initialized before use. 3.Arrays and integers are checked for overflow. 4.Memory managed automatically.
3 Answers
1.It eliminates entire classes of unsafe code. 2.variables are always initialized before use. 3.Arrays and integers are checked for overflow. 4.Memory managed automatically.