Java Programming I on YouTube:
https://www.youtube.com/playlist?list=PLLIqcoGpl73iaXAtS_-V_Xdx3mhTzPwb5
Classes
- Things to discuss
- Basic Components of a Class
- Object Creation
- Object creation and method calls
- Primitive types and reference types
- The architecture of a three-tiered application
- Class diagram Example
- UML diagramming notes
- The instance variables and constructors
- The "setter" and "getter" methods
- A custom method example
- A custom constructor
- A custom constructor, cont.
- A constructor with one parameter
- Using the this keyword
- Example of calling a constructor
- Creating an object in one or two statements
- Method Call Syntax
- Using static methods and constant data
- static Initialization Block
- static Initialization Block, cont.
- An alternative to static blocks
- static and instance variables/methods
- More things to discuss