What is cross platform coading ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is cross platform coading ?

in coding I can see now a days many people are saying Corsa platform coding experts., what that means and what is the main purpose

22nd Jan 2017, 5:24 PM
Vivek S
Vivek S - avatar
2 Answers
+ 3
Cross platform means that you can run the same code on different Operating Systems, for instance the same Java code can be run on a Windows PC, Mac or Linux PC. This reduces the development time because you only have to write code once and use it on multiple platforms. Other examples of multiplatform solutions are: Qt Framework, .net Core, Xamarin, Python, php and javascript.
22nd Jan 2017, 5:44 PM
Niels Koomen
Niels Koomen - avatar
+ 1
Your written code can run on any OS(Operation System) like windows,linux,mac,etc without any major change in your code.
23rd Jan 2017, 8:52 AM
Omid Ahmadi
Omid Ahmadi - avatar