What is struct in objective c?
Answer / Govind Kumar
A struct (structure) in Objective-C is a composite data type that allows you to group together related variables. Unlike classes, structures do not inherit from other structures or objects and do not have methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?
Does objective c have garbage collection?
What is the difference between a script and function?
What is difference between mutable and immutable?
What is the difference between weak and unowned?
How would I make a static strategy?
What type of language is objective c?
What is a selector objective c?
Is objective c deprecated?
Can a static library (.a) contain resources like images, sound files etc?
How to implement in app purchase in ios objective c?
When is toll-free bridging useful?