Multiple choice technology Which among the following is not included in Foundation framework NSString NSDictionary NSArray UIButton Reveal answer Fill a bubble to check yourself D Correct answer Explanation UIButton is part of UIKit/AppKit frameworks, not Foundation. Foundation includes core data classes like NSString, NSDictionary, and NSArray that provide fundamental object types and utilities.