What is objective c vs c?



What is objective c vs c?..

Answer / Ankita Chauhan

Objective-C and C are both programming languages, but there are key differences:n
1. Syntax: C has a simpler syntax, while Objective-C includes additional keywords and syntax for object-oriented programming.n
2. Object-Oriented Features: Objective-C includes features like classes, inheritance, polymorphism, and messaging that are not part of the standard C language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Explain how to call function in objective-c?

1 Answers  


Distinguish between @synthesize and @dynamic in objective –c?

1 Answers  


What is an nsobject?

1 Answers  


Who calls dealloc method?

1 Answers  


What is responder chain?

1 Answers  


What is toll-free bridging? When is it useful?

1 Answers  


What is #import?

1 Answers  


How do I create a bridge header in objective c?

1 Answers  


Explain the difference between atomic and nonatomic synthesized properties.

1 Answers  


What happen if we send any message to an object which is released?

1 Answers  


What is difference between objective c and swift programming?

1 Answers  


Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?

1 Answers  


Categories