What is the class of a constant string?
Answer / Km. Sudha
In Objective-C, constants are usually defined as NSString objects using the @"" syntax. The class for a constant string is NSConstantStringClass, but it's typically not used in daily programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an example of tangible property?
Why swift is faster than objective c?
When should you call dealloc method? Is it possible to implement dealloc in arc?
Does objective c support multiple inheritance?
Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?
What is a goal and objective?
How to call function in objective-c?
How big is a atom?
What is difference between extern and global?
Can you differentiate polymorphism from abstraction?
Are id and instancetype same? If not, what are differences between them?
Explain what is @synthesize in objective-c?