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 |
Is apple stopping supporting objective c?
Distinguish between @synthesize and @dynamic in objective –c?
What does mean in xcode?
What is extern objective c?
What are the two types of m files?
What is the use of category in objective-c?
What is an example of category?
What is the class of a constant string?
When should you call dealloc method? Is it possible to implement dealloc in arc?
Is objective c the same as c++?
Tell us the result when you invoke a particular method on a nil pointer?
What is class extension? Why do we require them?