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 |
How do I create a bridge header in objective c?
What are objective- c blocks?
Explain how to call a function in objective-c?
What is the major difference between objective c and swift?
What is the difference between #import and #include in objective-c?
Does objective c have multiple inheritance? Why not? How to imitate various inheritance?
What is class extension? Why do we require them?
How do you define a block?
What is an objective description?
Is swift or objective c better?
What are the important data types found in objective-c?
What is a category extension?