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 |
Is objective c difficult?
What is singleton in objective c?
What is objective writing?
Is objective c the same as c++?
When to use nsautoreleasepool??
Explain application life cycle or application states?
Which is better swift or objective c?
How do I create a bridging header file?
Is objective c still used?
What is parsing? Mention which class can you use for parsing of xml in iphone?
What is the use of objective c?
How declare methods in objective c?