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 |
What does @synchronized() do?
Is objective c statically typed?
What are the 5 principles of object oriented programming?
How we can layout subviews in a view?
What is the difference between function and objective?
What is nonatomic in objective c?
Explain the difference between #import and #include in objective-c?
How do I add objective c to swift project?
What are static attributes?
Is there function overloading in objective-c?
What are the size classes?
What is synchronized() block in objective c?