Explain how you define variables in Swift language?
Answer / iosraj
Variables and constants must be declared before they are used. You announce constants with the let keyword and variables with the var keyword. Both variables and dictionaries are described using brackets. For example,
Var Guru99 = “This is Guru99”
Let ksomeconstant = 30
Is This Answer Correct ? | 1 Yes | 0 No |
Why we use delegates in swift?
What is the function of swift?
Explain some design patterns which we normally use during the app development.
Explain the adapter and memento pattern?
Why is swift important?
Why swift is safe?
What is the use of break statement in swift language?
Who calls the main function of our app during the app launch cycle?
What are type methods in swift?
What is $0 in swift?
What is thread in swift?
What is benefit of using higher order functions?