+ 1
Hi, i want to know the diffrance between java, c, and c ppp :) thanks
3 Respostas
+ 2
In short and simple way:
They all are different programming languages with similar syntax to some extent.
+ 1
C is a procedural language, while Java andC++ are object oriented languages.
OOP concept like overloading and inheritance are supported by java and c++,but not by c language.
0
c is somewhat procedure or structure based,cpp is oops(object oriented programming language) based,Java is Internet based object oriented programming language concept..