Close
Register
Close Window

Intro To Software Design

Chapter 14 Variable Scoping

Show Source |    | About   «  13.1. Maps   ::   Contents   ::   15.1. Static and Exceptions  »

14.1. Variable Scoping

14.1.1. Introduction

At the end of this module you will..

  • Know about when a variable is in scope * Java Java Java! –> Section 3.2

  • Learn about reference types * Java Java Java! –> Section 3.1 * Think Java –> Section 8.2

  • Know when to use the “==” operator and when to use the “.equals()” method * Java Java Java! –> Page 41 * Think Java –> Section 5.1

14.1.2. Syntax Review

14.1.3. Syntax Practice

Codeworkout exercises

14.1.4. changePointeeDataDirect

Molly is practicing adding a CW style question (still in progress)

14.1.5. Programming Practice

14.1.6. Codeworkout exercises

14.1.7. Reading Quiz 1

Practicing making a multiple choice question to mimic a Khan Academy question

   «  13.1. Maps   ::   Contents   ::   15.1. Static and Exceptions  »

nsf
Close Window