CPLUS
Objected-Oriented Language C++
- VARIABLES:
- Local
- Global (Scope resolution operator)
- FUNCTIONS:
- Without arguments
- with arguments
- By value
- By reference
- Prototyping
- Returning values from functions
- Overloading function
- CLASSES:
- Abstraction and Encapsulation
- Data members
- Member functions
- CONSTRUCTOR/DESTRUCTOR
- OVERLOADING CONSTRUCTOR