What is an nsobject?
Answer / Aman Saxena
NSObject is the root class of all FoundationKit classes in Objective-C. It defines common behaviors for objects, such as retaining and releasing memory, but does not provide any specific functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the types of protocol?
Is objective c and c the same?
What are benefits of collections views?
What is the difference between property and instance variable?
What is toll-free bridging and when is it useful?
Is struct a class?
What is the primary use of the category in the objective-c?
What is dealloc?
What is the difference between a script and function?
What is super in objective c?
What is the use of category in objective-c?
Is objective c the same as c++?