Copyright © 2013
Robert W. Hasker

SE 1011 - Note 3

Java Basics, continued

More on Types

Example

Average Population

More on Expressions

Text

Introduction to Object-Orientation

  • atomic data: the variable contains the data
  • objects: the variable refers to the data

    Strings as objects

    Review