Course Outline

  1. Unit 1: Using Objects and Methods
    1. Introduction to Algorithms, Programming and Compilers Hello World example
    2. Variables and Data Types
    3. Expressions and Output learn more
    4. Assignment Statements and Input learn more
    5. Casting and Range of Variables
    6. Compound Assignment Operators
    7. Application Programming Interface (API) and Libraries
    8. Documentation and Comments
    9. Method Signatures
    10. Calling Class Methods
    11. Math Class
    12. Objects: Instances of Classes learn more
    13. Object Creation and Storage (Instantiation)
    14. Calling Instance Methods
    15. String Manipulation
  2. Unit 2: Selection and Iteration
  3. Unit 3: Class Creation
  4. Unit 4: Data Collections