Questions
Answer the following questions based on what you've learned in this chapter. Cross-check your answers with those provided at the end of the book, under Assessments.
- What is the difference between a pointer and a reference?
- What does the
^
symbol do? - What are three keywords that can be used with a
TRY
-CATCH
block? - What is self-documenting code?
- What is the difference between a good comment and a bad comment?
- Why should you code to a variable?