Series #1 Java Basic Programming
- Tipe Data
- Variable, Constanta, Identifier
- Operators
- Array, List
- Decision
- Iteration / Loop
- Method(void + non-void)
PPT : https://bit.ly/MCC-JF1
Series #2 Object Oriented Programming
- Class & Object (Instance, Attribute, Behaviour, Constructor)
- Inheritance (super keyword, super constructor)
- Polymorphism (Overriding & Overloading)
- Encapsulation (Constructor, Access Modifier)
- Abstraction (Abstract + Interface)
PPT : https://bit.ly/MCC-JF2
Series #3 Generic, Collection & Stream
- Generic
- Collection
- Stream
PPT : https://bit.ly/MCC-JF3