Multiple choice technology

Which among the following is not included in Foundation framework

  1. NSString

  2. NSDictionary

  3. NSArray

  4. 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.