Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 6 (1 point) listen jamie is writing a new application for maco…

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

Explanation:

Brief Explanations

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.

Answer:

B. Write the application in Swift using Cocoa and Cocoa Touch.