What is function overloading in c++? Is there will be about jump statement, unions and another things like that in SoloLearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is function overloading in c++? Is there will be about jump statement, unions and another things like that in SoloLearn?

21st Jul 2018, 10:39 AM
Rytis Karalius
Rytis Karalius - avatar
4 Answers
0
don't expect lessons about jump statements. those are really not useful in high-level languages and they are to be avoided
21st Jul 2018, 11:23 AM
hinanawi
hinanawi - avatar
0
It is definding functions whose paramaters are different. Like those. void a(int); void a(int, double); You shouldn't use jump statement like "goto" in c++. It makes codes complicated.It is not in SoloLearn probably.
21st Jul 2018, 12:07 PM
Disvolviĝo;
Disvolviĝo; - avatar
0
hinanawi Thanks I dont use this I just saw in another resourse.
22nd Jul 2018, 7:11 PM
Rytis Karalius
Rytis Karalius - avatar
0
Disvolviĝo; Thanks for help. I dont use this just saw in another site. I know that SoloLearn gives much information about c++ but its basics. Do you know where I can learn c++ in more higher level.
22nd Jul 2018, 7:14 PM
Rytis Karalius
Rytis Karalius - avatar