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 retain count?
How do you define a protocol?
What is objective c & why it is used for?
Is objective c better than c++?
What is protocol in objective-c?
Does objective c have multiple inheritance? Why not? How to imitate various inheritance?
When is toll-free bridging useful?
Explain what is data encapsulation in objective-c?
What can objective c be used for?
How the class “implementation” is represented in objective-c?
What is responder chain?
What is nsmutabledictionary?