What is the difference between C, C++ and Java? - ICSE Java Expert

Breaking

ICSE Java Expert

Learn Java for school

Unordered List

WELCOME

Monday, August 06, 2018

What is the difference between C, C++ and Java?



DIFFERENCE BETWEEN C, C++ & JAVA

C programming language is a procedure oriented language which means that you have to create procedure/function/method to create a simplest of the program.

C++ programming language is an object oriented language which means that you may or may not create a class and its object in order to make a simplest of the program.

C# programming language is a pure object oriented language which means that if you want to make a simplest of the program then too you have to create a class and its object.



No comments:

Post a Comment