Course Outline
- Unit 1: Using Objects and Methods
- Introduction to Algorithms, Programming and Compilers Hello World example
- Variables and Data Types
- Expressions and Output learn more
- Assignment Statements and Input learn more
- Casting and Range of Variables
- Compound Assignment Operators
- Application Programming Interface (API) and Libraries
- Documentation and Comments
- Method Signatures
- Calling Class Methods
- Math Class
- Objects: Instances of Classes learn more
- Object Creation and Storage (Instantiation)
- Calling Instance Methods
- String Manipulation
- Unit 2: Selection and Iteration
- Unit 3: Class Creation
- Unit 4: Data Collections