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 |
What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?
What is objective c & why it is used for?
What are the attributes of category?
What is a protocol in objective c?
Is c and objective c the same?
How is #import different from #include?
What is strong and weak in objective c?
What is delegate in objective c?
How do you add a category in objective c?
How to check array contains value in objective c?
What are the rules of variable?
What are the 5 principles of object oriented programming?