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 |
What is a delegation protocol?
What is a class in objective c?
What is objective c programming used for?
Explain what is @synthesize in objective-c?
Where is objective c used?
What is the difference between property and instance variable?
What is a dispatch function?
Why is objective c used?
Can I write some c++ function in same .m file?
What is the difference between polymorphism and abstraction?
How to create thread in objective c?
What type of language is objective c?