Which of the following is the correct syntax for declaring a class in
Objective-C?
Correct Answer: @interface ClassName : ItsSuperclass { instance variable declarations } method declarations @end
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More IOS Technical Test MCQ Questions