What is difference between c and objective c?
Answer / Ms Varsha
C is a general-purpose programming language, while Objective-C is a superset of C that adds object-oriented features and is specifically designed for developing applications for Apple's platforms.
| Is This Answer Correct ? | 0 Yes | 0 No |
Are id and instancetype same? If not, what are differences between them?
What is dictionary objective c?
What is a block objective c?
Where is objective c used?
What is polymorphism in objective-c?
What is difference between mutable and immutable?
What is the difference between class and category?
When should you call dealloc method? Is it possible to implement dealloc in arc?
Is there function overloading in objective-c?
Is objective c type safe language?
What is property in objective c?
Can you please explain the way messaging works in objective-c?