␡
- Displaying Basic Information
- Manipulating Variable Values with Operators
- Understanding Punctuators
- Moving Values with the Assignment Operator
- Working with Mathematical/Arithmetic Operators
- Making Comparisons with Relational Operators
- Understanding Logical Bitwise Operators
- Understanding the Type Operators
- Using the sizeof Operator
- Shortcutting with the Conditional Operator
- Understanding Operator Precedence
- Converting Data Types
- Understanding Operator Promotion
- Bonus Material: For Those Brave Enough
- Summary
- Q&A
- Workshop
This chapter is from the book
Understanding the Type Operators
As you begin working with classes and interfaces later in this book, you will need the type operators. Without understanding interfaces and classes, it is hard to fully understand these operators. For now, be aware that you will need a number of operators later:
typeof
is
as