C++ is an object-oriented programming (OOP) language that is viewed by many as the best language for creating large-scale applications. C++ is a superset of the C language.
A related programming language, Java, is based on C++ but optimized for the distribution of program objects in a network such as the Internet. Java is somewhat simpler and easier to learn than C++ and has characteristics that give it other advantages over C++. However, both languages require a considerable amount of study.
- Introduction
- If condition
- Difference between C and C++
- Switch Case
- for loop
- Call by Value and Call By Reference
- String
- Pointer
- structure
- Constructor
- Constructor Overloading
- Pointer to class
- OOPS
- Class and Object
- Class Access Modifiers
- friend Class
- Recursion
- Inheritance
- Operator Overloading
- Pointer to Object
- This Pointer
- Polymorphism
- Encapsulation
- Data Abstraction
Difference between c, c++ and java
C is a middle level language because it stands in between High level languge and Low level language.Programs written in C are efficient and fast.It is used in structured programming.
C++ is derived from the C language.C++ uses compile-time binding which means that the programmer must specify the specific class of an object.C++ programs are fast and efficient, qualities which helped to make C an extremely popular programming language.
Java is an object oriented language built upon C and C++.It drives its syntax from C and its object oriented features are influenced by C++.It can be used to create application and applets.
C++ is derived from the C language.C++ uses compile-time binding which means that the programmer must specify the specific class of an object.C++ programs are fast and efficient, qualities which helped to make C an extremely popular programming language.
Java is an object oriented language built upon C and C++.It drives its syntax from C and its object oriented features are influenced by C++.It can be used to create application and applets.
No comments:
Post a Comment