Is struct a class?
Answer / Digvendra Singh
No, in Objective-C, a struct is a value type (similar to a C struct), while a class is a reference type. Structs do not have inheritance or polymorphism like classes do.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of swift over objective c?
What are the delegate?
What is protocol in objective-c?
What is a delegate objective c?
How to check array contains value in objective c?
Explain types of protocol?
What is difference between objective c and c?
Why swift is better than objective c?
What is a hash string?
What are the advantages of using objective-c?
What do you mean by category and when to use it?
What is objective c runtime?