Version 4 (modified by 8 years ago) (diff) | ,
---|
Beginner Videos
Setup
Your First Programs
- Hello Youtube
- Variables
- Getting User Input
- Math Operators
- Increment Operators
- Math Class Methods
- Random Number Generator
Conditionals
- If Statement
- Logical Operators
- Nested if Statements
- if else statement
- Switch Statement
- Conditional Operators
Loops and Arrays
- While Loop
- do while Loops
- for Loops
- Introduction to Arrays
- Creating an Array Table
- Summing Elements of Arrays
- Array Elements as Counters
- Enhanced for Loop
- Arrays in Methods
- Multidimensional Arrays
- Table for Multi Arrays
Classes
- Using Multiple Classes
- Use Methods with Parameters
- Variable Length Arguments
- Many Methods and instances
- Constructors
- Multiple Constructors
- Building Objects for Constructors
- Composition
Keywords
- public, private, and this
- [https://www.youtube.com/watch?v=Mhxp5dZOy78&list=PLFE2CE09D83EE3E28&index=46 static
- More on static
- final
- Enumeration
- EnumSet Range
Common Methods
Object Oriented Programming (OOP)
- Inheritance
- Introduction to Polymorphism
- Polymorphic Arguments
- Overriding Rules
- Abstract and Concrete Classes
- Class to Hold Objects
- Array Holding Many Objects
- Simple Polymoprhic Program