Explain how multiple line comment can be written in swift?
Answer / iosraj
Multiple line comment can be written as forward-slash followed by an asterisk (/*) and end with an asterisk followed by a forward slash (*/).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an in-out parameter in swift?
What is difference between single and double, in swift?
What are the advantages of using swift for ios development?
How can you define a base class in swift?
Is swift object oriented programming?
Does swift support multiple inheritance?
How long does a swift transfer take?
What are the differences between a struct and a class?
How you define variables in swift?
What is the characteristics of switch in swift?
How to convert nsmutablearray to swift array in swift?
What is init() in swift?