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 |
Is objective c compiled?
What can’t we put into an array or dictionary?
What is objective c vs c?
Explain what is protocol in objective-c?
What does nonatomic mean?
What is the difference between category and extension in objective c?
What is atomic property?
What is a .m file in xcode?
What is single inheritance in objective-c?
What is the class of a constant string?
What is the difference between underscore and self (i.e self.xx and _xx) ?
What is synchronized() block in objective c?