Monday, May 11, 2015

C++ Inheritance For Java Developers


Both Java and C++ are modern programming languages with native support for object oriented programming (OOP). While similar in syntax and features there are a bunch of differences in implementation and (default) behaviour which can be surprising for Java developers learning C++ or vice versa. 

In my post I will depict the basics of inheritance and polymorphism in C++ and stress the points Java developers may find surprising.

Read More

No comments:

Post a Comment