Is objective c object oriented?
Answer / Bhasker Nimi
"Yes", Objective-C is an object-oriented programming language. It extends C by adding support for objects and methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the classifications of property?
What does alloc mean in objective c?
Which is better swift or objective c?
What is difference between mutable and immutable?
What is #import?
What is class extension?
How to make a code snippet thread safe?
How does dispatch_once manages to run only once?
What is the difference between underscore and self (i.e self.xx and _xx) ?
Is objective c better than c++?
What is category in objective c?
Is objective c similar to c++?