What is the difference between c and objective c?
Answer / Mohd Ullfat Ullha Khan
Objective-C is an extension of the C programming language, which adds object-oriented features like classes, objects, messaging, and garbage collection. In comparison, C is a general-purpose programming language that does not have built-in support for object-oriented programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective-c is used in window also?
What are blocks and how are they used?
Which class is used to establish a connection between applications to the web server?
Explain what are the attributes of category?
What are the two types of tangible property?
What is immutable infrastructure?
Is c++ similar to objective c?
What is a block objective c?
Is there function overloading in objective-c?
Are id and instancetype same? If not, what are differences between them?
Is objective c better than c++?
Explain what do you mean by synthesized in objective-c?