What is difference between 'let' and 'var' declaration ?

Answer

constants are expressed with the ‘let’ keyword. So once assigned value can not be change, but assigned values using ‘var’ keyword can be change.

In terms of objective -c or compare with objective -c, ‘var’ is Mutable and ‘let’ is NonMutable.

let kMyConstant = 40
Or
let kMyConstant: Int = 40

var myString = “This is my string.”

All swift Questions

Ask your interview questions on swift

Write Your comment or Questions if you want the answers on swift from swift Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---