QUESTION IMAGE
Question
question 6 (1 point) listen jamie is writing a new application for macos and ios devices. what might be the best approach to take as a developer? write the application in carbon for macos and java for ios devices. write the application in swift using cocoa and cocoa touch. write the application using assembler language for all intel cpus used by apple devices. write the application using machine code and classic api. view hint for question 6
Swift is a modern and recommended language for developing applications for macOS and iOS. Cocoa is used for macOS development and Cocoa Touch for iOS development. Carbon is outdated for macOS, Java is not the main - stream for iOS, using assembler language is very low - level and not practical for general app development, and using machine code and Classic API is also not a good approach.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. Write the application in Swift using Cocoa and Cocoa Touch.