What is the difference between objective c and c++?



What is the difference between objective c and c++?..

Answer / Rajkumar Gupta

Objective-C is an object-oriented superset of C, meaning it includes additional syntax for managing objects. It was designed specifically for Apple's operating systems, while C++ is a general-purpose programming language that supports both procedural and object-oriented paradigms.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Is apple stopping supporting objective c?

1 Answers  


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

1 Answers  


What does mean in xcode?

1 Answers  


What is extern objective c?

1 Answers  


What are the two types of m files?

1 Answers  


What is the use of category in objective-c?

1 Answers  


What is an example of category?

1 Answers  


What is the class of a constant string?

1 Answers  


When should you call dealloc method? Is it possible to implement dealloc in arc?

1 Answers  


Is objective c the same as c++?

1 Answers  


Tell us the result when you invoke a particular method on a nil pointer?

1 Answers  


What is class extension? Why do we require them?

1 Answers  


Categories