+ 1
Why does this look so much like C++?
I've used java only in Android Studio and it was much less intuitive. This all makes sense, but it seems almost identical to C++, is there a lot of overlap between the two languages?
6 Réponses
+ 2
most of the syntax for Java has been borrowed from c++
+ 1
Yeah! Java typically works like C++ but Java is platform independent and simply upgradation of C++.
+ 1
They both follow Object Orientated code principles.
+ 1
there r few differences too 1) operators can b overridden in c++ but not in java
+ 1
it is similar to c++
0
because both are object oriented programming languages