Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



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

Answer / iosraj

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."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Swift Interview Questions

What is init() in swift?

0 Answers  


What is “defer”?

0 Answers  


What are the type of integers does swift have?

0 Answers  


What are the control transfer statements in swift?

0 Answers  


What is forced unwrapping?

0 Answers  


Does apple use swift internally?

0 Answers  


What is encapsulation in swift?

0 Answers  


How can you prioritize the usability of the demand process?

0 Answers  


Is "swift" a good programming language? Explain

0 Answers  


How can you write a comment in swift?

0 Answers  


What is lazy stored procedure in swift and when is it used?

0 Answers  


What are the different ways to pass data in swift?

0 Answers  


Categories