Moving from C++ to Java (J4A - 1)
Posted on Sat 22 February 2014 in J4A (Java for Android), Programming • Tagged with Android, Java
C to C++ and C++ to Java:
C was a powerful programming language but used structural approach. So when the length of code exceeded a particular no. of lines, the code became unmanageable. So this led to Object Oriented Programming techniques and birth of C++. But C++ compilers at that …
Continue reading



