Close
Register
Close Window

Intro To Software Design

Chapter 5 Fields And Parameters

Show Source |    | About   «  4.1. Compound Conditionals and Software Testing   ::   Contents   ::   6.1. ArrayLists, Generics, Iterators, and the Null Keyword  »

5.1. Fields and Parameters

5.1.1. Introduction

At the end of this module you will..

  • Know about what fields are and why they are important to objects * Java Java Java! –> Section 1.3 * Think Java –> Section 10.2

  • Learn more about how to use parameters when writing methods * Java Java Java! –> Section 3.2 * Think Java –> Section 10.2

  • Practice defining and instantiating variables * Java Java Java! –> Sections 0.76 - 0.77 * Think Java –> Chapter 2

  • Know about the different types data a variable can hold * Java Java Java! –> Section 1.4.4 * Think Java –> Chapter 2

  • Know how to create and use object constructors * Java Java Java! –> Section 3.3 * Think Java –> Section 11.2

5.1.2. Syntax Review

5.1.3. Syntax Practice

Codeworkout exercises

5.1.4. changePointeeDataDirect

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

5.1.5. Programming Practice

5.1.6. Codeworkout exercises

5.1.7. Reading Quiz 1

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

   «  4.1. Compound Conditionals and Software Testing   ::   Contents   ::   6.1. ArrayLists, Generics, Iterators, and the Null Keyword  »

nsf
Close Window