Is objective c and c the same?
Answer / Brijesh Kumar Pandey
Objective-C and C are related but not the same. Objective-C is a superset of C, which means it includes all the syntax and features of C, along with additional object-oriented programming capabilities.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between method and type?
What is a function file?
What is a delegation protocol?
What is synthesize objective c?
What is an nsobject?
What can’t we put into an array or dictionary?
How to use swift protocol in objective c?
Is objective c dynamically typed?
What is an extension?
What is the use of objective c?
Explain immutable types in objective c programming language?
What is method swizzling in objective c and why would you use it?