Name four important data types found in Objective-C
Name four important data types found in Objective-C
Here are four important data types found in Objective-C:
id: This is a generic object pointer type that can point to any Objective-C object. It is commonly used when the exact type of an object is not known or when you want to write code that can work with objects of different classes.
NSString: This is the Objective-C class for representing strings. It provides methods for creating, manipulating, and comparing strings.
NSArray: This is the Objective-C class for represen...
entry
Gợi ý câu hỏi phỏng vấn
Chưa có bình luận nào