+ 1
What are the best programming languages for creating applications for different platforms likd ios android etc Nd to create game
2 Answers
+ 1
Every language is common for something.
The most cross-platform languages are:
⢠C++ : {DesktopApps, Games, Hardware,
Server, Web, AndroidApps,
Programming an OS, ...}
______________________
⢠Python : as same as C++
______________________
⢠C# : {DesktopApps(windows), Games }
______________________
⢠Java: DesktopApps, server, Android( The Best)
______________________
⢠swift: IOS apps
______________________
⢠Ruby: DesktopApps, Server, ...
______________________
⢠JavaScript, CSS, HTML : Web
0
thanks I really appreciate it!