MCQs > IT & Programming > Objective C > Consider below declaration of Song object and tell proper way to call name property?

Objective C MCQs

Consider below declaration of Song object and tell proper way to call name property?

import @interface Song:NSObject { NSString *name; NSString *artist; } (NSString *) name; (NSString *) artist; @ end

Answer

Correct Answer: [mySong, name];

Explanation:

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

Objective C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Objective C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it