What is objective c vs c?
Answer / Ankita Chauhan
Objective-C and C are both programming languages, but there are key differences:nn1. Syntax: C has a simpler syntax, while Objective-C includes additional keywords and syntax for object-oriented programming.nn2. Object-Oriented Features: Objective-C includes features like classes, inheritance, polymorphism, and messaging that are not part of the standard C language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Ns object is a parent class or derived class?
What is gcd objective c?
How to restart app in objective c?
what is gcd? What are advantages over nsthread?
How do you insert a block?
What is instancetype?
Is c++ objective c?
What is the use of synchronized() block in objective c?
Who calls dealloc method? Can we implement dealloc in arc?
What are the different types of protocols?
What is an example of category?
Is swift faster than objective c?