Multiple choice technology Which among the following is the root class NSString NSObject NSControl NSButton Reveal answer Fill a bubble to check yourself B Correct answer Explanation NSObject is the root class in the Objective-C runtime and Cocoa framework. All other classes like NSString, NSControl, and NSButton inherit from NSObject, making it the base of the class hierarchy.