In terms of OOP, what dont C++, Python, Swift, Java and C# have in common to each other? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

In terms of OOP, what dont C++, Python, Swift, Java and C# have in common to each other?

I am a bit confused after following the tutorials for those programming languages and I would like to know your experience.

25th Mar 2018, 1:32 AM
Billy Edson Burgoa Rosso
Billy Edson Burgoa Rosso - avatar
3 Answers
+ 2
All Object Oriented languages are all similar though types of variables may have different names that makes everything easier for any programer switching between Object Oriented languages when I first started I spent 24 hours trying to complete the Java Tutorial course but after completing it, I headed for Swift fundamentals and it took me only 3 hours and that's because everything I learned in Java were almost being repeated in Swift. it made things easier and that's what's really fun about the OOP
25th Mar 2018, 11:53 AM
Swiss Jov David
Swiss Jov David - avatar
+ 2
OOP is a concept, so the more similar one language is to the others (which are similar), the better, really. Imagine having to learn completely new concepts every time you tried to learn another language. Not fun... so basically, OOP between those languages is basically the same, though the syntax may be different.
25th Mar 2018, 3:02 AM
LunarCoffee
LunarCoffee - avatar
+ 2
Thanks guys for your answers. The similarity among the languages plays a key rol for learning OOL and only the syntax genrally vary. That is cool, otherwise, one may end up going nuts memorizing new commands and so. I didnt finish swift course yet, however, I notice relative strong differences in the syntax in comparation to the other OOL. Nevertheless, It is not something really hard to deal with.
25th Mar 2018, 3:24 PM
Billy Edson Burgoa Rosso
Billy Edson Burgoa Rosso - avatar