+ 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.
3 Réponses
+ 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
+ 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.
+ 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.