What does the objective c program fundamentally comprise of?
Answer / Kuldeep Sharma
The Objective-C program fundamentally comprises of classes, objects, messages, and methods. Classes define a blueprint for creating objects in memory, and objects are instances of a class. Messages are used to send commands to an object, and methods are the implementations of these commands.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can protocols have properties?
What does r mean in xcode?
What is struct in objective c?
What type of language is objective c?
Can you please explain the way messaging works in objective-c?
Explain what are the attributes of category?
How to create uibutton programmatically in objective c?
Why do we require class extension?
What is block in objective c?
What are objective- c blocks?
When might you use a cfarray/dictionary instead of a nsarray/dictionary?
What is objective c vs c?