Agenda
- Data Types in C++
- Type Modifiers
- Type Qualifiers
- Structure in C++
- Access Specifiers in Structures
- Inline Functions
- Function Overloading
- Default Arguments in Functions
- Namespaces
- Classes and Objects
- Console I/O Operations
- Naming Conventions
- Menu-Driven Code
1. Data Types in C++
A data type describes three aspects of a variable or object:
- Memory - How much space is required to store data.
- Nature - What kind of data is stored.
- Operations - Which operations are allowed on the stored data.