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