Is objective c superset of c?
Answer / Uttam Samajpati
No, Objective-C is not a strict superset of C. It extends the syntax and semantics of C to support object-oriented programming, but it does not include every feature of C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain class definition in objective-c?
Is swift objective c?
What is the difference between weak and unowned?
How do you define a protocol?
What is m files document management?
Is objective c difficult?
Ns object is a parent class or derived class?
What is a class property?
Is closure a function?
Can a static library (.a) contain resources like images, sound files etc?
How to convert data to string in objective c?
When should you call dealloc method? Is it possible to implement dealloc in arc?