Is objective c similar to c++?
Answer / Parmanand Pathak
No, Objective-C and C++ are not very similar. Objective-C is an object-oriented extension of the C programming language, while C++ is a more general-purpose, multi-paradigm language that supports both procedural and object-oriented programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you add a category in objective c?
What is m files document management?
When will you use nsarray and nsmutablearray?
What are the 5 principles of object oriented programming?
What is dictionary objective c?
How to declare global variable in objective c?
what is gcd? What are advantages over nsthread?
Can you please explain the way messaging works in objective-c?
What are the delegate?
How is string represented in objective-c?
What is the difference between objective c and c++?
Ns object is a parent class or derived class?