Creating a program with more than one languages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Creating a program with more than one languages

is that possible?.... if yes... then, how do we collate the codes written on the various languages on our created program? (an illustration could also be of help)

29th May 2018, 7:57 PM
Princewill
6 Answers
+ 6
Yes this is possible and very very common. It is called language interoperability and if you look at most large GitHub repositories, you will see that most of them have a rainbow (literally) of different languages.
29th May 2018, 8:10 PM
Maxwell Anderson
Maxwell Anderson - avatar
+ 3
Martin Taylor I also believe C++ can straight up call assembly code if I'm correct.
30th May 2018, 4:27 AM
Maxwell Anderson
Maxwell Anderson - avatar
0
In protocols find solutions...
29th May 2018, 10:10 PM
Alan Carreño Fiestas
Alan Carreño Fiestas - avatar
0
sorry.... I dnt understand dat
29th May 2018, 10:47 PM
Princewill
0
The comunications In Internet , If You want by example: IPTV una aplication for web streaming. VozIp aplication for call's how whatssapp. betwen others .The aplication Created must have comunicatons ,use those protocols and others more.These Will You help.
29th May 2018, 10:56 PM
Alan Carreño Fiestas
Alan Carreño Fiestas - avatar
- 2
you can create same class with java and same with c# I thing. but it must be writen separate. and then inport to one of the language.
29th May 2018, 8:10 PM
Filip Dobeš