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 are kvc and kvo? Provide an example.
Can a static library (.a) contain resources like images, sound files etc?
What is toll-free bridging?
What is a delegate objective c?
How do I create a bridge header in objective c?
What is difference between c and objective c?
What is the function of the category?
What is meant by not thread safe?
What is the difference between a script and function?
What is the difference between category and extension in objective c?
What is m script in matlab?
Is objective c difficult?