+ 1
How to go from c++ to java ?
I've learnt c++ for a year now , I got some pretty good experience , but I want to change to java as it seems more reliable , can u recommend to me something that might help (website , book ...) ?
4 odpowiedzi
+ 6
Hello
you have already learnt c++ and you have experience in object oriented as you told now move to java will not cost you more because java's syntax and features are same as c++/c. so if you want to learn java then you can learn from this.
BOOK : Herbert schildt (Java the complete reference)
this book is awesome will its salient features and explanation.
Website: www.tutorialspoint.com
or www.javatpoint.com
Hope, you'll enjoy java.
+ 5
sorry spelling mistake with in place of will.
+ 5
yeah
java has inheritance and polymorphism concepts as it is object oriented language's important concepts.
+ 1
Thank u so much , I just thought of changing to java because it's more diverse than c++ (run on 3 billion devices as they say without having to recompile for each device ) , as a side note do the concepts of inheritence , polymorphisme , virtual function ... exist in JAVA ? because that's the power of c++