Total Questions : 10
Expected Time : 10 Minutes

1. What is the purpose of the '__unsafe_unretained' specifier in Objective-C?

2. Which keyword is used to declare a method in Objective-C?

3. What is the purpose of the 'unowned' keyword in Objective-C ARC (Automatic Reference Counting)?

4. What is the purpose of the 'NSFileManager' class in Objective-C?

5. What is the purpose of the 'SEL' data type in Objective-C?

6. How do you implement property observers in Objective-C?

7. Explain the role of 'dispatch_data' in Objective-C GCD.

8. What is the purpose of the 'NSRunLoopCommonModes' in Objective-C?

9. What is the primary design philosophy of Objective-C?

10. Which Objective-C framework is used for parsing JSON data?