Is objective c superset of c?



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

Post New Answer

More Objective-C Interview Questions

What is a delegation protocol?

1 Answers  


What is a class in objective c?

1 Answers  


What is objective c programming used for?

1 Answers  


Explain what is @synthesize in objective-c?

1 Answers  


Where is objective c used?

1 Answers  


What is the difference between property and instance variable?

1 Answers  


What is a dispatch function?

1 Answers  


Why is objective c used?

1 Answers  


Can I write some c++ function in same .m file?

1 Answers  


What is the difference between polymorphism and abstraction?

1 Answers  


How to create thread in objective c?

1 Answers  


What type of language is objective c?

1 Answers  


Categories