- A good progression scheme through the basic concepts of OOP (in Java)
- A good chunk of exercises and assignments which should offer (if properly done) good insight on new OOP concepts and Java's specific innards.
- After completing this course, you should be able to think in the (for some) new OOP paradigm with ease and you will be able to model a problem according to these knew principles and concepts
- A hold my hand while I learn Java type of interaction. The purpose is not to reproduce an elementary-school type class but rather point the student into a direction and guide him/her on a path.
- A mastery of OOP and Java. Maybe in 5-10 years.
-
- 1 - Installing GIT
- 2 - Fork and Clone
- 3 - Commit Push and Pull Request
Chapter 2: Classes and Objects
Chapter 3: Inheritance and Polymorphism
Chapter 4: Inheritance and Interfaces
Chapter 6: Collections and Generics