Hi,
C++ is an extension of C language.
General meaning of i++ is increment its value by one i.e., it should hold the previous value and add one to it. In the same manner C++ is nothing but "C with Classes" that is holding C features and adding Classes concept to it. The main features are
Data Abstraction
Data Encapuslation
Polymorphism
Inheritance and so on.
...
Leave a comment: